#4F78B3

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

Shades of Steel Blue #4F78B3

Tints of Steel Blue #4F78B3

Color information

#4F78B3 (or 0x4F78B3) is unknown color: approx Steel Blue. HEX triplet: 4F, 78 and B3. RGB value is (79,120,179). Sum of RGB (Red+Green+Blue) = 79+120+179=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F78B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F78B3 is #B0874C. Grayscale: #727272. Windows color (decimal): -11568973 or 11761743. OLE color: 11761743.

HSL color Cylindrical-coordinate representation of color #4F78B3: hue angle of 215.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F78B3 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB79120179-
CMYK0.560.3300.30
HSL215.4º39.68%50.59%-
HSV(B)215.4º55.87%70.2%-
XYZ18.0818.3545.24-
YUV114.47164.42102.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 179 (70.31% from 255) = 47.35%
R=20.90%
G=31.75%
B=47.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791201790.560.3300.30215.439.6850.59
Hex4F78B3382101Ed72833
Octal11717026370410363275063
Binary100111111110001011001111100010000101111011010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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