Html Css Color HEX #477BAA Steel Blue

📋 copy color: '#477BAA'

red 71 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #477BAA

Tints of Steel Blue #477BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 19.51%
G = 33.79%
B = 46.7%

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

#477BAA (or 0x477BAA) is known color: Steel Blue. HEX triplet: 47, 7B and AA. RGB value is (71,123,170). Sum of RGB (Red+Green+Blue) = 71+123+170=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #477BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAA is #B88455. Grayscale: #707070. Windows color (decimal): -12092502 or 11172679. OLE color: 11172679.

HSL color Cylindrical-coordinate representation of color #477BAA: hue angle of 208.48º 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 #477BAA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 123 170 -
CMYK 0.58 0.28 0 0.33
HSL 208.48º 0.41% 0.47% -
HSV(B) 208.48º 0.58% 0.67% -
XYZ 16.94 18.41 40.69 -
YUV 112.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 71 123 170 0.58 0.28 0 0.33 208.48 0.41 0.47
Hex 47 7B AA 3A 1C 0 21 D0 29 2F
Octal 107 173 252 72 34 0 41 320 51 57
Binary 1000111 1111011 10101010 111010 11100 0 100001 11010000 101001 101111

Color Harmonies of #477BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BAA

Black with #477BAA

Text Example


Text Example

White with #477BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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