#4E7AAE

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

Shades of Steel Blue #4E7AAE

Tints of Steel Blue #4E7AAE

Color information

#4E7AAE (or 0x4E7AAE) is unknown color: approx Steel Blue. HEX triplet: 4E, 7A and AE. RGB value is (78,122,174). Sum of RGB (Red+Green+Blue) = 78+122+174=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7AAE is #B18551. Grayscale: #727272. Windows color (decimal): -11634002 or 11434574. OLE color: 11434574.

HSL color Cylindrical-coordinate representation of color #4E7AAE: hue angle of 212.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E7AAE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB78122174-
CMYK0.550.3000.32
HSL212.5º38.1%49.41%-
HSV(B)212.5º55.17%68.24%-
XYZ17.7418.5942.7-
YUV114.77161.42101.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.86%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=20.86%
G=32.62%
B=46.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781221740.550.3000.32212.538.149.41
Hex4E7AAE371E020d42631
Octal11617225667360403244661
Binary100111011110101010111011011111110010000011010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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