Color Hex Logo

#4886db Color Hex

#4886DB
(72,134,219)
0 Favorites   0 Comments

Color spaces of #4886db

RGB 72134219
HSL0.600.670.57
HSV215°67°86°
CMYK 0.670.390.00   0.14
XYZ23.983823.542470.2979
Yxy23.54240.20360.1998
Hunter Lab48.52053.3221-51.9367
CIE-Lab55.62677.2226-49.3642

#4886db color RGB value is (72,134,219).

#4886db hex color red value is 72, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4886db hue: 0.60 , saturation: 0.67 and the lightness value of 4886db is 0.57.

The process color (four color CMYK) of #4886db color hex is 0.67, 0.39, 0.00, 0.14. Web safe color of #4886db is #3399cc. Color #4886db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 11011011
Octal 110 206 333
Decimal 72 134 219
Hex 48 86 DB

RGB Percentages of Color #4886db

%16.94
%31.53
%51.53

CMYK Percentages of Color #4886db

%67
%39
%0
%14

Triadic Colors of #4886db

#4886db #db4886 #86db48

Analogous Colors of #4886db

#4886db #5348db #48d0db

Monochromatic Colors of #4886db

#4886db

Complementary Color

#4886db #db9d48

#4886db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4886db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4886db Color CSS Codes

.mybgcolor {background-color:#4886db; } 
.myforecolor {color:#4886db; }
.mybordercolor {border:3px solid #4886db; }

#4886db Text Font Color

<p style="color:#4886db">Text here</p>

This sample text font color is #4886db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4886db Background Color

<div style="background-color:#4886db">
Div content here</div>

This div background color is #4886db


#4886db Border Color

<div style="border:3px solid #4886db">
Div here</div>

This div border color is #4886db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,134,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4886db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4886db;
  -webkit-box-shadow: 1px 1px 3px 2px #4886db;
  box-shadow:         1px 1px 3px 2px #4886db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,134,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4886db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4886db;
  -webkit-box-shadow: 1px 1px 3px 2px #4886db;
  box-shadow:         1px 1px 3px 2px #4886db;">
Div content here</div>

This div box has shadow with color #4886db


Comments

No comments written yet.

Please login to write comment.