Html Css Color HEX #477DA2 Steel Blue

📋 copy color: '#477DA2'

red 71 ◦ green 125 ◦ blue 162

#477DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #477DA2

Tints of Steel Blue #477DA2

RGB

 RED value IS 71 (28.13% from 255) = 19.83%

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 19.83%
G = 34.92%
B = 45.25%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#477DA2 (or 0x477DA2) is known color: Steel Blue. HEX triplet: 47, 7D and A2. RGB value is (71,125,162). Sum of RGB (Red+Green+Blue) = 71+125+162=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #477DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DA2 is #B8825D. Grayscale: #707070. Windows color (decimal): -12091998 or 10648903. OLE color: 10648903.

HSL color Cylindrical-coordinate representation of color #477DA2: hue angle of 204.4º 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 #477DA2 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 125 162 -
CMYK 0.56 0.23 0 0.36
HSL 204.4º 0.39% 0.46% -
HSV(B) 204.4º 0.56% 0.64% -
XYZ 16.45 18.62 36.91 -
YUV 113.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 71 125 162 0.56 0.23 0 0.36 204.4 0.39 0.46
Hex 47 7D A2 38 17 0 24 CC 27 2E
Octal 107 175 242 70 27 0 44 314 47 56
Binary 1000111 1111101 10100010 111000 10111 0 100100 11001100 100111 101110

Color Harmonies of #477DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DA2

Black with #477DA2

Text Example


Text Example

White with #477DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #477DA2;
 }
 .AnyTagClassName
 {
   color: #477DA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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