#4E86B4

Color #4E86B4 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4E86B4

Tints of Steel Blue #4E86B4

Color information

#4E86B4 (or 0x4E86B4) is unknown color: approx Steel Blue. HEX triplet: 4E, 86 and B4. RGB value is (78,134,180). Sum of RGB (Red+Green+Blue) = 78+134+180=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #4E86B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86B4 is #B1794B. Grayscale: #7A7A7A. Windows color (decimal): -11630924 or 11830862. OLE color: 11830862.

HSL color Cylindrical-coordinate representation of color #4E86B4: hue angle of 207.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E86B4 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB78134180-
CMYK0.570.2600.29
HSL207.06º40.48%50.59%-
HSV(B)207.06º56.67%70.59%-
XYZ19.9121.9746.37-
YUV122.5160.4596.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=19.90%
G=34.18%
B=45.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781341800.570.2600.29207.0640.4850.59
Hex4E86B4391A01Dcf2833
Octal11620626471320353175063
Binary100111010000110101101001110011101001110111001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E86B4; }

 p { color: rgb(78,134,180); }

 H1.HeaderClassName
 {
   color: #4E86B4;
 }
 .AnyTagClassName
 {
   color: #4E86B4;
 }
</style>
background-color css

<style>
 a { background-color: #4E86B4; }

 a { background-color: rgb(78,134,180); }

 div.DivClassName
 {
   background-color: #4E86B4;
 }
 .BgClassName
 {
   background-color: #4E86B4;
 }
</style>
border-color css

<style>
 span { border-color: #4E86B4; }

 span { border-color: rgb(78,134,180); }

 td.TdClassName
 {
   border-color: #4E86B4;
 }
 .TagClassName
 {
   border-color: #4E86B4;
 }
</style>