#4E7BAF

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

Shades of Steel Blue #4E7BAF

Tints of Steel Blue #4E7BAF

Color information

#4E7BAF (or 0x4E7BAF) is unknown color: approx Steel Blue. HEX triplet: 4E, 7B and AF. RGB value is (78,123,175). Sum of RGB (Red+Green+Blue) = 78+123+175=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E7BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7BAF is #B18450. Grayscale: #737373. Windows color (decimal): -11633745 or 11500366. OLE color: 11500366.

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

Color convert

RGB78123175-
CMYK0.550.3000.31
HSL212.16º38.34%49.61%-
HSV(B)212.16º55.43%68.63%-
XYZ17.9618.8843.26-
YUV115.47161.59101.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=20.74%
G=32.71%
B=46.54%

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
Decimal781231750.550.3000.31212.1638.3449.61
Hex4E7BAF371E01Fd42632
Octal11617325767360373244662
Binary10011101111011101011111101111111001111111010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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