Color Hex Logo

#4868ba Color Hex

#4868BA
(72,104,186)
0 Favorites   0 Comments

Color spaces of #4868ba

RGB 72104186
HSL0.620.450.51
HSV223°61°73°
CMYK 0.610.440.00   0.27
XYZ16.485714.823548.4467
Yxy14.82350.20670.1859
Hunter Lab38.50139.0538-47.6545
CIE-Lab45.391514.2244-46.8382

#4868ba color RGB value is (72,104,186).

#4868ba hex color red value is 72, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4868ba hue: 0.62 , saturation: 0.45 and the lightness value of 4868ba is 0.51.

The process color (four color CMYK) of #4868ba color hex is 0.61, 0.44, 0.00, 0.27. Web safe color of #4868ba is #3366cc. Color #4868ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 10111010
Octal 110 150 272
Decimal 72 104 186
Hex 48 68 BA

RGB Percentages of Color #4868ba

%19.89
%28.73
%51.38

CMYK Percentages of Color #4868ba

%61
%44
%0
%27

Triadic Colors of #4868ba

#4868ba #ba4868 #68ba48

Analogous Colors of #4868ba

#4868ba #6148ba #48a1ba

Monochromatic Colors of #4868ba

#4868ba

Complementary Color

#4868ba #ba9a48

#4868ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4868ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4868ba Color CSS Codes

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

#4868ba Text Font Color

<p style="color:#4868ba">Text here</p>

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


#4868ba Background Color

<div style="background-color:#4868ba">
Div content here</div>

This div background color is #4868ba


#4868ba Border Color

<div style="border:3px solid #4868ba">
Div here</div>

This div border color is #4868ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,104,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4868ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4868ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4868ba;
  box-shadow:         1px 1px 3px 2px #4868ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4868ba


Comments

No comments written yet.

Please login to write comment.