Html Css Color HEX #477AAD Steel Blue

📋 copy color: '#477AAD'

red 71 ◦ green 122 ◦ blue 173

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

Shades of Steel Blue #477AAD

Tints of Steel Blue #477AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 19.4%
G = 33.33%
B = 47.27%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#477AAD (or 0x477AAD) is known color: Steel Blue. HEX triplet: 47, 7A and AD. RGB value is (71,122,173). Sum of RGB (Red+Green+Blue) = 71+122+173=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #477AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAD is #B88552. Grayscale: #707070. Windows color (decimal): -12092755 or 11369031. OLE color: 11369031.

HSL color Cylindrical-coordinate representation of color #477AAD: hue angle of 210º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477AAD is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 122 173 -
CMYK 0.59 0.29 0 0.32
HSL 210º 0.42% 0.48% -
HSV(B) 210º 0.59% 0.68% -
XYZ 17.1 18.28 42.16 -
YUV 112.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 71 122 173 0.59 0.29 0 0.32 210 0.42 0.48
Hex 47 7A AD 3B 1D 0 20 D2 2A 30
Octal 107 172 255 73 35 0 40 322 52 60
Binary 1000111 1111010 10101101 111011 11101 0 100000 11010010 101010 110000

Color Harmonies of #477AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AAD

Black with #477AAD

Text Example


Text Example

White with #477AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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