Html Css Color HEX #477AAA Steel Blue

📋 copy color: '#477AAA'

red 71 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #477AAA

Tints of Steel Blue #477AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 19.56%
G = 33.61%
B = 46.83%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477AAA (or 0x477AAA) is known color: Steel Blue. HEX triplet: 47, 7A and AA. RGB value is (71,122,170). Sum of RGB (Red+Green+Blue) = 71+122+170=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #477AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAA is #B88555. Grayscale: #6F6F6F. Windows color (decimal): -12092758 or 11172423. OLE color: 11172423.

HSL color Cylindrical-coordinate representation of color #477AAA: hue angle of 209.09º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477AAA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 122 170 -
CMYK 0.58 0.28 0 0.33
HSL 209.09º 0.41% 0.47% -
HSV(B) 209.09º 0.58% 0.67% -
XYZ 16.81 18.16 40.65 -
YUV 112.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 71 122 170 0.58 0.28 0 0.33 209.09 0.41 0.47
Hex 47 7A AA 3A 1C 0 21 D1 29 2F
Octal 107 172 252 72 34 0 41 321 51 57
Binary 1000111 1111010 10101010 111010 11100 0 100001 11010001 101001 101111

Color Harmonies of #477AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AAA

Black with #477AAA

Text Example


Text Example

White with #477AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,170); }

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

background-color css

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

 a { background-color: rgb(71,122,170); }

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

border-color css

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

 span { border-color: rgb(71,122,170); }

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