#477CA4

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

Shades of Steel Blue #477CA4

Tints of Steel Blue #477CA4

Color information

#477CA4 (or 0x477CA4) is unknown color: approx Steel Blue. HEX triplet: 47, 7C and A4. RGB value is (71,124,164). Sum of RGB (Red+Green+Blue) = 71+124+164=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #477CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CA4 is #B8835B. Grayscale: #707070. Windows color (decimal): -12092252 or 10779719. OLE color: 10779719.

HSL color Cylindrical-coordinate representation of color #477CA4: hue angle of 205.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477CA4 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71124164-
CMYK0.570.2400.36
HSL205.81º39.57%46.08%-
HSV(B)205.81º56.71%64.31%-
XYZ16.5118.4437.81-
YUV112.71156.9498.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=19.78%
G=34.54%
B=45.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711241640.570.2400.36205.8139.5746.08
Hex477CA43918024ce282e
Octal10717424471300443165056
Binary100011111111001010010011100111000010010011001110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477CA4; }

 p { color: rgb(71,124,164); }

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

<style>
 a { background-color: #477CA4; }

 a { background-color: rgb(71,124,164); }

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

<style>
 span { border-color: #477CA4; }

 span { border-color: rgb(71,124,164); }

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