Html Css Color HEX #477BA9 Steel Blue

📋 copy color: '#477BA9'

red 71 ◦ green 123 ◦ blue 169

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

Shades of Steel Blue #477BA9

Tints of Steel Blue #477BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.56%

R = 19.56%
G = 33.88%
B = 46.56%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#477BA9 (or 0x477BA9) is known color: Steel Blue. HEX triplet: 47, 7B and A9. RGB value is (71,123,169). Sum of RGB (Red+Green+Blue) = 71+123+169=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #477BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA9 is #B88456. Grayscale: #707070. Windows color (decimal): -12092503 or 11107143. OLE color: 11107143.

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

Color convert

RGB 71 123 169 -
CMYK 0.58 0.27 0 0.34
HSL 208.16º 0.41% 0.47% -
HSV(B) 208.16º 0.58% 0.66% -
XYZ 16.84 18.37 40.19 -
YUV 112.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 71 123 169 0.58 0.27 0 0.34 208.16 0.41 0.47
Hex 47 7B A9 3A 1B 0 22 D0 29 2F
Octal 107 173 251 72 33 0 42 320 51 57
Binary 1000111 1111011 10101001 111010 11011 0 100010 11010000 101001 101111

Color Harmonies of #477BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BA9

Black with #477BA9

Text Example


Text Example

White with #477BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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