Html Css Color HEX #477AAB Steel Blue

📋 copy color: '#477AAB'

red 71 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #477AAB

Tints of Steel Blue #477AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 19.51%
G = 33.52%
B = 46.98%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477AAB (or 0x477AAB) is known color: Steel Blue. HEX triplet: 47, 7A and AB. RGB value is (71,122,171). Sum of RGB (Red+Green+Blue) = 71+122+171=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #477AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAB is #B88554. Grayscale: #707070. Windows color (decimal): -12092757 or 11237959. OLE color: 11237959.

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

Color convert

RGB 71 122 171 -
CMYK 0.58 0.29 0 0.33
HSL 209.4º 0.41% 0.47% -
HSV(B) 209.4º 0.58% 0.67% -
XYZ 16.91 18.2 41.15 -
YUV 112.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 71 122 171 0.58 0.29 0 0.33 209.4 0.41 0.47
Hex 47 7A AB 3A 1D 0 21 D1 29 2F
Octal 107 172 253 72 35 0 41 321 51 57
Binary 1000111 1111010 10101011 111010 11101 0 100001 11010001 101001 101111

Color Harmonies of #477AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AAB

Black with #477AAB

Text Example


Text Example

White with #477AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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