#477DA7

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

Shades of Steel Blue #477DA7

Tints of Steel Blue #477DA7

Color information

#477DA7 (or 0x477DA7) is unknown color: approx Steel Blue. HEX triplet: 47, 7D and A7. RGB value is (71,125,167). Sum of RGB (Red+Green+Blue) = 71+125+167=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #477DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DA7 is #B88258. Grayscale: #717171. Windows color (decimal): -12091993 or 10976583. OLE color: 10976583.

HSL color Cylindrical-coordinate representation of color #477DA7: hue angle of 206.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477DA7 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71125167-
CMYK0.570.2500.35
HSL206.25º40.34%46.67%-
HSV(B)206.25º57.49%65.49%-
XYZ16.9118.839.3-
YUV113.64158.1197.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=19.56%
G=34.44%
B=46.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711251670.570.2500.35206.2540.3446.67
Hex477DA73919023ce282f
Octal10717524771310433165057
Binary100011111111011010011111100111001010001111001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,125,167); }

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

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

 a { background-color: rgb(71,125,167); }

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

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

 span { border-color: rgb(71,125,167); }

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