Color Hex Logo

#4866db Color Hex

#4866DB
(72,102,219)
0 Favorites   0 Comments

Color spaces of #4866db

RGB 72102219
HSL0.630.670.57
HSV228°67°86°
CMYK 0.670.530.00   0.14
XYZ20.210015.994969.0400
Yxy15.99490.19200.1520
Hunter Lab39.993620.2127-74.3553
CIE-Lab46.967827.0195-63.2561

#4866db color RGB value is (72,102,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 11011011
Octal 110 146 333
Decimal 72 102 219
Hex 48 66 DB

RGB Percentages of Color #4866db

%18.32
%25.95
%55.73

CMYK Percentages of Color #4866db

%67
%53
%0
%14

Triadic Colors of #4866db

#4866db #db4866 #66db48

Analogous Colors of #4866db

#4866db #7448db #48b0db

Monochromatic Colors of #4866db

#4866db

Complementary Color

#4866db #dbbd48

#4866db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4866db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4866db Color CSS Codes

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

#4866db Text Font Color

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

This sample text font color is #4866db
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.


#4866db Background Color

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

This div background color is #4866db


#4866db Border Color

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

This div border color is #4866db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,102,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 #4866db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4866db


Comments

No comments written yet.

Please login to write comment.