Html Css Color HEX #475377 Astronaut

📋 copy color: '#475377'

red 71 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #475377

Tints of Astronaut #475377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 26.01%
G = 30.4%
B = 43.59%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475377 (or 0x475377) is known color: Astronaut. HEX triplet: 47, 53 and 77. RGB value is (71,83,119). Sum of RGB (Red+Green+Blue) = 71+83+119=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #475377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475377 is #B8AC88. Grayscale: #535353. Windows color (decimal): -12102793 or 7820103. OLE color: 7820103.

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

Color convert

RGB 71 83 119 -
CMYK 0.40 0.30 0 0.53
HSL 225º 0.25% 0.37% -
HSV(B) 225º 0.4% 0.47% -
XYZ 9.02 8.86 18.69 -
YUV 83.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 71 83 119 0.40 0.30 0 0.53 225 0.25 0.37
Hex 47 53 77 28 1E 0 35 E1 19 25
Octal 107 123 167 50 36 0 65 341 31 45
Binary 1000111 1010011 1110111 101000 11110 0 110101 11100001 11001 100101

Color Harmonies of #475377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475377

Black with #475377

Text Example


Text Example

White with #475377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475377; }

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

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

background-color css

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

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

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

border-color css

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

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

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