#4779A3

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

Shades of Steel Blue #4779A3

Tints of Steel Blue #4779A3

Color information

#4779A3 (or 0x4779A3) is unknown color: approx Steel Blue. HEX triplet: 47, 79 and A3. RGB value is (71,121,163). Sum of RGB (Red+Green+Blue) = 71+121+163=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #4779A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4779A3 is #B8865C. Grayscale: #6E6E6E. Windows color (decimal): -12093021 or 10713415. OLE color: 10713415.

HSL color Cylindrical-coordinate representation of color #4779A3: hue angle of 207.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4779A3 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71121163-
CMYK0.560.2600.36
HSL207.39º39.32%45.88%-
HSV(B)207.39º56.44%63.92%-
XYZ16.0517.6637.21-
YUV110.84157.4499.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=20%
G=34.08%
B=45.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711211630.560.2600.36207.3939.3245.88
Hex4779A3381A024cf272e
Octal10717124370320443174756
Binary100011111110011010001111100011010010010011001111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4779A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4779A3; }

 p { color: rgb(71,121,163); }

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

<style>
 a { background-color: #4779A3; }

 a { background-color: rgb(71,121,163); }

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

<style>
 span { border-color: #4779A3; }

 span { border-color: rgb(71,121,163); }

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