#4F76AE

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

Shades of Steel Blue #4F76AE

Tints of Steel Blue #4F76AE

Color information

#4F76AE (or 0x4F76AE) is unknown color: approx Steel Blue. HEX triplet: 4F, 76 and AE. RGB value is (79,118,174). Sum of RGB (Red+Green+Blue) = 79+118+174=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F76AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F76AE is #B08951. Grayscale: #707070. Windows color (decimal): -11569490 or 11433551. OLE color: 11433551.

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

Color convert

RGB79118174-
CMYK0.550.3200.32
HSL215.37º37.55%49.61%-
HSV(B)215.37º54.6%68.24%-
XYZ17.3417.6842.54-
YUV112.72162.58103.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=21.29%
G=31.81%
B=46.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791181740.550.3200.32215.3737.5549.61
Hex4F76AE3720020d72632
Octal11716625667400403274662
Binary1001111111011010101110110111100000010000011010111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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