Color Hex Logo

#4486ba Color Hex

#4486BA
(68,134,186)
0 Favorites   0 Comments

Color spaces of #4486ba

RGB 68134186
HSL0.570.460.50
HSV206°63°73°
CMYK 0.630.280.00   0.27
XYZ19.771921.824349.6248
Yxy21.82430.21670.2392
Hunter Lab46.7165-6.2070-30.2795
CIE-Lab53.8401-4.7746-33.4994

#4486ba color RGB value is (68,134,186).

#4486ba hex color red value is 68, green value is 134 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4486ba hue: 0.57 , saturation: 0.46 and the lightness value of 4486ba is 0.50.

The process color (four color CMYK) of #4486ba color hex is 0.63, 0.28, 0.00, 0.27. Web safe color of #4486ba is #3399cc. Color #4486ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000110 10111010
Octal 104 206 272
Decimal 68 134 186
Hex 44 86 BA

RGB Percentages of Color #4486ba

%17.53
%34.54
%47.94

CMYK Percentages of Color #4486ba

%63
%28
%0
%27

Triadic Colors of #4486ba

#4486ba #ba4486 #86ba44

Analogous Colors of #4486ba

#4486ba #444bba #44bab3

Monochromatic Colors of #4486ba

#4486ba

Complementary Color

#4486ba #ba7844

#4486ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4486ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4486ba Color CSS Codes

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

#4486ba Text Font Color

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

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


#4486ba Background Color

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

This div background color is #4486ba


#4486ba Border Color

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

This div border color is #4486ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,134,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 #4486ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4486ba


Comments

No comments written yet.

Please login to write comment.