#4F77B3

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

Shades of Steel Blue #4F77B3

Tints of Steel Blue #4F77B3

Color information

#4F77B3 (or 0x4F77B3) is unknown color: approx Steel Blue. HEX triplet: 4F, 77 and B3. RGB value is (79,119,179). Sum of RGB (Red+Green+Blue) = 79+119+179=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F77B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77B3 is #B0884C. Grayscale: #717171. Windows color (decimal): -11569229 or 11761487. OLE color: 11761487.

HSL color Cylindrical-coordinate representation of color #4F77B3: hue angle of 216º 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 #4F77B3 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB79119179-
CMYK0.560.3400.30
HSL216º39.68%50.59%-
HSV(B)216º55.87%70.2%-
XYZ17.9618.1145.2-
YUV113.88164.75103.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=20.95%
G=31.56%
B=47.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791191790.560.3400.3021639.6850.59
Hex4F77B3382201Ed82833
Octal11716726370420363305063
Binary100111111101111011001111100010001001111011011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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