Html Css Color HEX #475476 Astronaut

📋 copy color: '#475476'

red 71 ◦ green 84 ◦ blue 118

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

Shades of Astronaut #475476

Tints of Astronaut #475476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 26.01%
G = 30.77%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475476 (or 0x475476) is known color: Astronaut. HEX triplet: 47, 54 and 76. RGB value is (71,84,118). Sum of RGB (Red+Green+Blue) = 71+84+118=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #475476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475476 is #B8AB89. Grayscale: #535353. Windows color (decimal): -12102538 or 7754823. OLE color: 7754823.

HSL color Cylindrical-coordinate representation of color #475476: hue angle of 223.4º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475476 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 84 118 -
CMYK 0.40 0.29 0 0.54
HSL 223.4º 0.25% 0.37% -
HSV(B) 223.4º 0.4% 0.46% -
XYZ 9.04 8.99 18.4 -
YUV 83.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 71 84 118 0.40 0.29 0 0.54 223.4 0.25 0.37
Hex 47 54 76 28 1D 0 36 DF 19 25
Octal 107 124 166 50 35 0 66 337 31 45
Binary 1000111 1010100 1110110 101000 11101 0 110110 11011111 11001 100101

Color Harmonies of #475476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475476

Black with #475476

Text Example


Text Example

White with #475476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475476; }

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

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

background-color css

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

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

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

border-color css

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

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

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