#4f78ad

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

Shades of Steel Blue #4F78AD

Tints of Steel Blue #4F78AD

Color information

#4F78AD (or 0x4F78AD) is unknown color: approx Steel Blue. HEX triplet: 4F, 78 and AD. RGB value is (79,120,173). Sum of RGB (Red+Green+Blue) = 79+120+173=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F78AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F78AD is #B08752. Grayscale: #717171. Windows color (decimal): -11568979 or 11368527. OLE color: 11368527.

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

Color convert

RGB79120173-
CMYK0.540.3100.32
HSL213.83º37.3%49.41%-
HSV(B)213.83º54.34%67.84%-
XYZ17.4818.1142.11-
YUV113.78161.42103.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.24%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=21.24%
G=32.26%
B=46.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791201730.540.3100.32213.8337.349.41
Hex4F78AD361F020d62531
Octal11717025566370403264561
Binary100111111110001010110111011011111010000011010110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f78ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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