#4E79AA

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

Shades of Steel Blue #4E79AA

Tints of Steel Blue #4E79AA

Color information

#4E79AA (or 0x4E79AA) is unknown color: approx Steel Blue. HEX triplet: 4E, 79 and AA. RGB value is (78,121,170). Sum of RGB (Red+Green+Blue) = 78+121+170=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E79AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E79AA is #B18655. Grayscale: #717171. Windows color (decimal): -11634262 or 11172174. OLE color: 11172174.

HSL color Cylindrical-coordinate representation of color #4E79AA: hue angle of 211.96º 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 #4E79AA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78121170-
CMYK0.540.2900.33
HSL211.96º37.1%48.63%-
HSV(B)211.96º54.12%66.67%-
XYZ17.2318.240.63-
YUV113.73159.75102.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=21.14%
G=32.79%
B=46.07%

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
Decimal781211700.540.2900.33211.9637.148.63
Hex4E79AA361D021d42531
Octal11617125266350413244561
Binary100111011110011010101011011011101010000111010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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