#4E7AAF

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

Shades of Steel Blue #4E7AAF

Tints of Steel Blue #4E7AAF

Color information

#4E7AAF (or 0x4E7AAF) is unknown color: approx Steel Blue. HEX triplet: 4E, 7A and AF. RGB value is (78,122,175). Sum of RGB (Red+Green+Blue) = 78+122+175=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7AAF is #B18550. Grayscale: #727272. Windows color (decimal): -11634001 or 11500110. OLE color: 11500110.

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

Color convert

RGB78122175-
CMYK0.550.3000.31
HSL212.78º38.34%49.61%-
HSV(B)212.78º55.43%68.63%-
XYZ17.8418.6343.21-
YUV114.89161.92101.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=20.8%
G=32.53%
B=46.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781221750.550.3000.31212.7838.3449.61
Hex4E7AAF371E01Fd52632
Octal11617225767360373254662
Binary10011101111010101011111101111111001111111010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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