Html Css Color HEX #475572 Astronaut

📋 copy color: '#475572'

red 71 ◦ green 85 ◦ blue 114

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

Shades of Astronaut #475572

Tints of Astronaut #475572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 26.3%
G = 31.48%
B = 42.22%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475572 (or 0x475572) is known color: Astronaut. HEX triplet: 47, 55 and 72. RGB value is (71,85,114). Sum of RGB (Red+Green+Blue) = 71+85+114=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #475572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475572 is #B8AA8D. Grayscale: #535353. Windows color (decimal): -12102286 or 7492935. OLE color: 7492935.

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

Color convert

RGB 71 85 114 -
CMYK 0.38 0.25 0 0.55
HSL 220.47º 0.23% 0.36% -
HSV(B) 220.47º 0.38% 0.45% -
XYZ 8.88 9.05 17.2 -
YUV 84.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 71 85 114 0.38 0.25 0 0.55 220.47 0.23 0.36
Hex 47 55 72 26 19 0 37 DC 17 24
Octal 107 125 162 46 31 0 67 334 27 44
Binary 1000111 1010101 1110010 100110 11001 0 110111 11011100 10111 100100

Color Harmonies of #475572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475572

Black with #475572

Text Example


Text Example

White with #475572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475572; }

 p { color: rgb(71,85,114); }

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

background-color css

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

 a { background-color: rgb(71,85,114); }

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

border-color css

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

 span { border-color: rgb(71,85,114); }

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