#4770B7

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

Shades of Steel Blue #4770B7

Tints of Steel Blue #4770B7

Color information

#4770B7 (or 0x4770B7) is unknown color: approx Steel Blue. HEX triplet: 47, 70 and B7. RGB value is (71,112,183). Sum of RGB (Red+Green+Blue) = 71+112+183=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #4770B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770B7 is #B88F48. Grayscale: #6B6B6B. Windows color (decimal): -12095305 or 12021831. OLE color: 12021831.

HSL color Cylindrical-coordinate representation of color #4770B7: hue angle of 218.04º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4770B7 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71112183-
CMYK0.610.3900.28
HSL218.04º44.09%49.8%-
HSV(B)218.04º61.2%71.76%-
XYZ16.9416.3547.06-
YUV107.84170.42101.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 183 (71.88% from 255) = 50%
R=19.40%
G=30.60%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711121830.610.3900.28218.0444.0949.8
Hex4770B73D2701Cda2c32
Octal10716026775470343325462
Binary100011111100001011011111110110011101110011011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4770B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4770B7; }

 p { color: rgb(71,112,183); }

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

<style>
 a { background-color: #4770B7; }

 a { background-color: rgb(71,112,183); }

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

<style>
 span { border-color: #4770B7; }

 span { border-color: rgb(71,112,183); }

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