Html Css Color HEX #477CAB Steel Blue

📋 copy color: '#477CAB'

red 71 ◦ green 124 ◦ blue 171

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

Shades of Steel Blue #477CAB

Tints of Steel Blue #477CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 19.4%
G = 33.88%
B = 46.72%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477CAB (or 0x477CAB) is known color: Steel Blue. HEX triplet: 47, 7C and AB. RGB value is (71,124,171). Sum of RGB (Red+Green+Blue) = 71+124+171=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #477CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAB is #B88354. Grayscale: #717171. Windows color (decimal): -12092245 or 11238471. OLE color: 11238471.

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

Color convert

RGB 71 124 171 -
CMYK 0.58 0.27 0 0.33
HSL 208.2º 0.41% 0.47% -
HSV(B) 208.2º 0.58% 0.67% -
XYZ 17.16 18.7 41.23 -
YUV 113.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 71 124 171 0.58 0.27 0 0.33 208.2 0.41 0.47
Hex 47 7C AB 3A 1B 0 21 D0 29 2F
Octal 107 174 253 72 33 0 41 320 51 57
Binary 1000111 1111100 10101011 111010 11011 0 100001 11010000 101001 101111

Color Harmonies of #477CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CAB

Black with #477CAB

Text Example


Text Example

White with #477CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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