#4F7BAE

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

Shades of Steel Blue #4F7BAE

Tints of Steel Blue #4F7BAE

Color information

#4F7BAE (or 0x4F7BAE) is unknown color: approx Steel Blue. HEX triplet: 4F, 7B and AE. RGB value is (79,123,174). Sum of RGB (Red+Green+Blue) = 79+123+174=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BAE is #B08451. Grayscale: #737373. Windows color (decimal): -11568210 or 11434831. OLE color: 11434831.

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

Color convert

RGB79123174-
CMYK0.550.2900.32
HSL212.21º37.55%49.61%-
HSV(B)212.21º54.6%68.24%-
XYZ17.9518.8842.74-
YUV115.66160.92101.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=21.01%
G=32.71%
B=46.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791231740.550.2900.32212.2137.5549.61
Hex4F7BAE371D020d42632
Octal11717325667350403244662
Binary100111111110111010111011011111101010000011010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,123,174); }

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

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

 a { background-color: rgb(79,123,174); }

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

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

 span { border-color: rgb(79,123,174); }

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