Html Css Color HEX #477DAC Steel Blue

📋 copy color: '#477DAC'

red 71 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #477DAC

Tints of Steel Blue #477DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 19.29%
G = 33.97%
B = 46.74%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477DAC (or 0x477DAC) is known color: Steel Blue. HEX triplet: 47, 7D and AC. RGB value is (71,125,172). Sum of RGB (Red+Green+Blue) = 71+125+172=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #477DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DAC is #B88253. Grayscale: #717171. Windows color (decimal): -12091988 or 11304263. OLE color: 11304263.

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

Color convert

RGB 71 125 172 -
CMYK 0.59 0.27 0 0.33
HSL 207.92º 0.42% 0.48% -
HSV(B) 207.92º 0.59% 0.67% -
XYZ 17.38 18.99 41.78 -
YUV 114.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 71 125 172 0.59 0.27 0 0.33 207.92 0.42 0.48
Hex 47 7D AC 3B 1B 0 21 D0 2A 30
Octal 107 175 254 73 33 0 41 320 52 60
Binary 1000111 1111101 10101100 111011 11011 0 100001 11010000 101010 110000

Color Harmonies of #477DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DAC

Black with #477DAC

Text Example


Text Example

White with #477DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,172); }

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

background-color css

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

 a { background-color: rgb(71,125,172); }

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

border-color css

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

 span { border-color: rgb(71,125,172); }

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