#4F78AA

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

Shades of Steel Blue #4F78AA

Tints of Steel Blue #4F78AA

Color information

#4F78AA (or 0x4F78AA) is unknown color: approx Steel Blue. HEX triplet: 4F, 78 and AA. RGB value is (79,120,170). Sum of RGB (Red+Green+Blue) = 79+120+170=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F78AA is #B08755. Grayscale: #717171. Windows color (decimal): -11568982 or 11171919. OLE color: 11171919.

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

Color convert

RGB79120170-
CMYK0.540.2900.33
HSL212.97º36.55%48.82%-
HSV(B)212.97º53.53%66.67%-
XYZ17.21840.6-
YUV113.44159.92103.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=21.41%
G=32.52%
B=46.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791201700.540.2900.33212.9736.5548.82
Hex4F78AA361D021d52531
Octal11717025266350413254561
Binary100111111110001010101011011011101010000111010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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