#4777B2

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

Shades of Steel Blue #4777B2

Tints of Steel Blue #4777B2

Color information

#4777B2 (or 0x4777B2) is unknown color: approx Steel Blue. HEX triplet: 47, 77 and B2. RGB value is (71,119,178). Sum of RGB (Red+Green+Blue) = 71+119+178=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #4777B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4777B2 is #B8884D. Grayscale: #6F6F6F. Windows color (decimal): -12093518 or 11695943. OLE color: 11695943.

HSL color Cylindrical-coordinate representation of color #4777B2: hue angle of 213.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4777B2 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB71119178-
CMYK0.600.3300.30
HSL213.08º42.97%48.82%-
HSV(B)213.08º60.11%69.8%-
XYZ17.2317.7544.64-
YUV111.37165.699.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=19.29%
G=32.34%
B=48.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711191780.600.3300.30213.0842.9748.82
Hex4777B23C2101Ed52b31
Octal10716726274410363255361
Binary100011111101111011001011110010000101111011010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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