#4E86AF

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

Shades of Steel Blue #4E86AF

Tints of Steel Blue #4E86AF

Color information

#4E86AF (or 0x4E86AF) is unknown color: approx Steel Blue. HEX triplet: 4E, 86 and AF. RGB value is (78,134,175). Sum of RGB (Red+Green+Blue) = 78+134+175=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E86AF is #B17950. Grayscale: #797979. Windows color (decimal): -11630929 or 11503182. OLE color: 11503182.

HSL color Cylindrical-coordinate representation of color #4E86AF: hue angle of 205.36º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E86AF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78134175-
CMYK0.550.2300.31
HSL205.36º38.34%49.61%-
HSV(B)205.36º55.43%68.63%-
XYZ19.421.7743.74-
YUV121.93157.9596.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.16%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=20.16%
G=34.63%
B=45.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781341750.550.2300.31205.3638.3449.61
Hex4E86AF371701Fcd2632
Octal11620625767270373154662
Binary100111010000110101011111101111011101111111001101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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