Html Css Color HEX #475473 Astronaut

📋 copy color: '#475473'

red 71 ◦ green 84 ◦ blue 115

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

Shades of Astronaut #475473

Tints of Astronaut #475473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 26.3%
G = 31.11%
B = 42.59%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475473 (or 0x475473) is known color: Astronaut. HEX triplet: 47, 54 and 73. RGB value is (71,84,115). Sum of RGB (Red+Green+Blue) = 71+84+115=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #475473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475473 is #B8AB8C. Grayscale: #535353. Windows color (decimal): -12102541 or 7558215. OLE color: 7558215.

HSL color Cylindrical-coordinate representation of color #475473: hue angle of 222.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475473 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 84 115 -
CMYK 0.38 0.27 0 0.55
HSL 222.27º 0.24% 0.36% -
HSV(B) 222.27º 0.38% 0.45% -
XYZ 8.86 8.92 17.47 -
YUV 83.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 71 84 115 0.38 0.27 0 0.55 222.27 0.24 0.36
Hex 47 54 73 26 1B 0 37 DE 18 24
Octal 107 124 163 46 33 0 67 336 30 44
Binary 1000111 1010100 1110011 100110 11011 0 110111 11011110 11000 100100

Color Harmonies of #475473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475473

Black with #475473

Text Example


Text Example

White with #475473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475473; }

 p { color: rgb(71,84,115); }

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

background-color css

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

 a { background-color: rgb(71,84,115); }

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

border-color css

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

 span { border-color: rgb(71,84,115); }

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