Html Css Color HEX #475373 Astronaut

📋 copy color: '#475373'

red 71 ◦ green 83 ◦ blue 115

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

Shades of Astronaut #475373

Tints of Astronaut #475373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 26.39%
G = 30.86%
B = 42.75%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475373 (or 0x475373) is known color: Astronaut. HEX triplet: 47, 53 and 73. RGB value is (71,83,115). Sum of RGB (Red+Green+Blue) = 71+83+115=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #475373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475373 is #B8AC8C. Grayscale: #525252. Windows color (decimal): -12102797 or 7557959. OLE color: 7557959.

HSL color Cylindrical-coordinate representation of color #475373: hue angle of 223.64º 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 #475373 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 83 115 -
CMYK 0.38 0.28 0 0.55
HSL 223.64º 0.24% 0.36% -
HSV(B) 223.64º 0.38% 0.45% -
XYZ 8.79 8.76 17.45 -
YUV 83.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 71 83 115 0.38 0.28 0 0.55 223.64 0.24 0.36
Hex 47 53 73 26 1C 0 37 E0 18 24
Octal 107 123 163 46 34 0 67 340 30 44
Binary 1000111 1010011 1110011 100110 11100 0 110111 11100000 11000 100100

Color Harmonies of #475373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475373

Black with #475373

Text Example


Text Example

White with #475373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475373; }

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

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

background-color css

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

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

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

border-color css

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

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

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