Html Css Color HEX #475372 Astronaut

📋 copy color: '#475372'

red 71 ◦ green 83 ◦ blue 114

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

Shades of Astronaut #475372

Tints of Astronaut #475372

RGB

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

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

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

R = 26.49%
G = 30.97%
B = 42.54%

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

#475372 (or 0x475372) is known color: Astronaut. HEX triplet: 47, 53 and 72. RGB value is (71,83,114). Sum of RGB (Red+Green+Blue) = 71+83+114=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #475372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475372 is #B8AC8D. Grayscale: #525252. Windows color (decimal): -12102798 or 7492423. OLE color: 7492423.

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

Color convert

RGB 71 83 114 -
CMYK 0.38 0.27 0 0.55
HSL 223.26º 0.23% 0.36% -
HSV(B) 223.26º 0.38% 0.45% -
XYZ 8.73 8.74 17.15 -
YUV 82.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 71 83 114 0.38 0.27 0 0.55 223.26 0.23 0.36
Hex 47 53 72 26 1B 0 37 DF 17 24
Octal 107 123 162 46 33 0 67 337 27 44
Binary 1000111 1010011 1110010 100110 11011 0 110111 11011111 10111 100100

Color Harmonies of #475372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475372

Black with #475372

Text Example


Text Example

White with #475372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475372; }

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

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

background-color css

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

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

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

border-color css

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

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

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