#4E78AA

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

Shades of Steel Blue #4E78AA

Tints of Steel Blue #4E78AA

Color information

#4E78AA (or 0x4E78AA) is unknown color: approx Steel Blue. HEX triplet: 4E, 78 and AA. RGB value is (78,120,170). Sum of RGB (Red+Green+Blue) = 78+120+170=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E78AA is #B18755. Grayscale: #707070. Windows color (decimal): -11634518 or 11171918. OLE color: 11171918.

HSL color Cylindrical-coordinate representation of color #4E78AA: hue angle of 212.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E78AA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78120170-
CMYK0.540.2900.33
HSL212.61º37.1%48.63%-
HSV(B)212.61º54.12%66.67%-
XYZ17.1117.9540.59-
YUV113.14160.09102.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=21.20%
G=32.61%
B=46.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781201700.540.2900.33212.6137.148.63
Hex4E78AA361D021d52531
Octal11617025266350413254561
Binary100111011110001010101011011011101010000111010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,170); }

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

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

 a { background-color: rgb(78,120,170); }

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

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

 span { border-color: rgb(78,120,170); }

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