Html Css Color HEX #475275 Astronaut

📋 copy color: '#475275'

red 71 ◦ green 82 ◦ blue 117

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

Shades of Astronaut #475275

Tints of Astronaut #475275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 26.3%
G = 30.37%
B = 43.33%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475275 (or 0x475275) is known color: Astronaut. HEX triplet: 47, 52 and 75. RGB value is (71,82,117). Sum of RGB (Red+Green+Blue) = 71+82+117=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #475275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475275 is #B8AD8A. Grayscale: #525252. Windows color (decimal): -12103051 or 7688775. OLE color: 7688775.

HSL color Cylindrical-coordinate representation of color #475275: hue angle of 225.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475275 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 82 117 -
CMYK 0.39 0.30 0 0.54
HSL 225.65º 0.24% 0.37% -
HSV(B) 225.65º 0.39% 0.46% -
XYZ 8.83 8.66 18.04 -
YUV 82.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 71 82 117 0.39 0.30 0 0.54 225.65 0.24 0.37
Hex 47 52 75 27 1E 0 36 E2 18 25
Octal 107 122 165 47 36 0 66 342 30 45
Binary 1000111 1010010 1110101 100111 11110 0 110110 11100010 11000 100101

Color Harmonies of #475275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475275

Black with #475275

Text Example


Text Example

White with #475275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475275; }

 p { color: rgb(71,82,117); }

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

background-color css

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

 a { background-color: rgb(71,82,117); }

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

border-color css

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

 span { border-color: rgb(71,82,117); }

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