Html Css Color HEX #477BAE Steel Blue

📋 copy color: '#477BAE'

red 71 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #477BAE

Tints of Steel Blue #477BAE

RGB

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

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

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

R = 19.29%
G = 33.42%
B = 47.28%

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

#477BAE (or 0x477BAE) is known color: Steel Blue. HEX triplet: 47, 7B and AE. RGB value is (71,123,174). Sum of RGB (Red+Green+Blue) = 71+123+174=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #477BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAE is #B88451. Grayscale: #717171. Windows color (decimal): -12092498 or 11434823. OLE color: 11434823.

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

Color convert

RGB 71 123 174 -
CMYK 0.59 0.29 0 0.32
HSL 209.71º 0.42% 0.48% -
HSV(B) 209.71º 0.59% 0.68% -
XYZ 17.32 18.56 42.71 -
YUV 113.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 71 123 174 0.59 0.29 0 0.32 209.71 0.42 0.48
Hex 47 7B AE 3B 1D 0 20 D2 2A 30
Octal 107 173 256 73 35 0 40 322 52 60
Binary 1000111 1111011 10101110 111011 11101 0 100000 11010010 101010 110000

Color Harmonies of #477BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BAE

Black with #477BAE

Text Example


Text Example

White with #477BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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