#4777B5

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

Shades of Steel Blue #4777B5

Tints of Steel Blue #4777B5

Color information

#4777B5 (or 0x4777B5) is unknown color: approx Steel Blue. HEX triplet: 47, 77 and B5. RGB value is (71,119,181). Sum of RGB (Red+Green+Blue) = 71+119+181=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #4777B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777B5 is #B8884A. Grayscale: #6F6F6F. Windows color (decimal): -12093515 or 11892551. OLE color: 11892551.

HSL color Cylindrical-coordinate representation of color #4777B5: hue angle of 213.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4777B5 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71119181-
CMYK0.610.3400.29
HSL213.82º43.65%49.41%-
HSV(B)213.82º60.77%70.98%-
XYZ17.5417.8746.24-
YUV111.72167.198.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=19.14%
G=32.08%
B=48.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711191810.610.3400.29213.8243.6549.41
Hex4777B53D2201Dd62c31
Octal10716726575420353265461
Binary100011111101111011010111110110001001110111010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4777B5; }

 p { color: rgb(71,119,181); }

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

<style>
 a { background-color: #4777B5; }

 a { background-color: rgb(71,119,181); }

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

<style>
 span { border-color: #4777B5; }

 span { border-color: rgb(71,119,181); }

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