#4E7DAE

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

Shades of Steel Blue #4E7DAE

Tints of Steel Blue #4E7DAE

Color information

#4E7DAE (or 0x4E7DAE) is unknown color: approx Steel Blue. HEX triplet: 4E, 7D and AE. RGB value is (78,125,174). Sum of RGB (Red+Green+Blue) = 78+125+174=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7DAE is #B18251. Grayscale: #747474. Windows color (decimal): -11633234 or 11435342. OLE color: 11435342.

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

Color convert

RGB78125174-
CMYK0.550.2800.32
HSL210.62º38.1%49.41%-
HSV(B)210.62º55.17%68.24%-
XYZ18.1219.3442.82-
YUV116.53160.43100.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=20.69%
G=33.16%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781251740.550.2800.32210.6238.149.41
Hex4E7DAE371C020d32631
Octal11617525667340403234661
Binary100111011111011010111011011111100010000011010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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