Html Css Color HEX #477AAE Steel Blue

📋 copy color: '#477AAE'

red 71 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #477AAE

Tints of Steel Blue #477AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 19.35%
G = 33.24%
B = 47.41%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#477AAE (or 0x477AAE) is known color: Steel Blue. HEX triplet: 47, 7A and AE. RGB value is (71,122,174). Sum of RGB (Red+Green+Blue) = 71+122+174=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #477AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477AAE is #B88551. Grayscale: #707070. Windows color (decimal): -12092754 or 11434567. OLE color: 11434567.

HSL color Cylindrical-coordinate representation of color #477AAE: hue angle of 210.29º 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 #477AAE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 122 174 -
CMYK 0.59 0.30 0 0.32
HSL 210.29º 0.42% 0.48% -
HSV(B) 210.29º 0.59% 0.68% -
XYZ 17.2 18.31 42.67 -
YUV 112.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 71 122 174 0.59 0.30 0 0.32 210.29 0.42 0.48
Hex 47 7A AE 3B 1E 0 20 D2 2A 30
Octal 107 172 256 73 36 0 40 322 52 60
Binary 1000111 1111010 10101110 111011 11110 0 100000 11010010 101010 110000

Color Harmonies of #477AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AAE

Black with #477AAE

Text Example


Text Example

White with #477AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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