#4E85AF

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

Shades of Steel Blue #4E85AF

Tints of Steel Blue #4E85AF

Color information

#4E85AF (or 0x4E85AF) is unknown color: approx Steel Blue. HEX triplet: 4E, 85 and AF. RGB value is (78,133,175). Sum of RGB (Red+Green+Blue) = 78+133+175=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E85AF is #B17A50. Grayscale: #797979. Windows color (decimal): -11631185 or 11502926. OLE color: 11502926.

HSL color Cylindrical-coordinate representation of color #4E85AF: hue angle of 205.98º 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 #4E85AF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB78133175-
CMYK0.550.2400.31
HSL205.98º38.34%49.61%-
HSV(B)205.98º55.43%68.63%-
XYZ19.2721.4943.69-
YUV121.34158.2897.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.21%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=20.21%
G=34.46%
B=45.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781331750.550.2400.31205.9838.3449.61
Hex4E85AF371801Fce2632
Octal11620525767300373164662
Binary100111010000101101011111101111100001111111001110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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