#4F7DAD

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

Shades of Steel Blue #4F7DAD

Tints of Steel Blue #4F7DAD

Color information

#4F7DAD (or 0x4F7DAD) is unknown color: approx Steel Blue. HEX triplet: 4F, 7D and AD. RGB value is (79,125,173). Sum of RGB (Red+Green+Blue) = 79+125+173=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7DAD is #B08252. Grayscale: #747474. Windows color (decimal): -11567699 or 11369807. OLE color: 11369807.

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

Color convert

RGB79125173-
CMYK0.540.2800.32
HSL210.64º37.3%49.41%-
HSV(B)210.64º54.34%67.84%-
XYZ18.119.3542.32-
YUV116.72159.76101.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=20.95%
G=33.16%
B=45.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791251730.540.2800.32210.6437.349.41
Hex4F7DAD361C020d32531
Octal11717525566340403234561
Binary100111111111011010110111011011100010000011010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,125,173); }

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

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

 a { background-color: rgb(79,125,173); }

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

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

 span { border-color: rgb(79,125,173); }

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