Html Css Color HEX #475279 Astronaut

📋 copy color: '#475279'

red 71 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #475279

Tints of Astronaut #475279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 25.91%
G = 29.93%
B = 44.16%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475279 (or 0x475279) is known color: Astronaut. HEX triplet: 47, 52 and 79. RGB value is (71,82,121). Sum of RGB (Red+Green+Blue) = 71+82+121=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #475279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475279 is #B8AD86. Grayscale: #525252. Windows color (decimal): -12103047 or 7950919. OLE color: 7950919.

HSL color Cylindrical-coordinate representation of color #475279: hue angle of 226.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475279 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 82 121 -
CMYK 0.41 0.32 0 0.53
HSL 226.8º 0.26% 0.38% -
HSV(B) 226.8º 0.41% 0.47% -
XYZ 9.07 8.75 19.3 -
YUV 83.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 71 82 121 0.41 0.32 0 0.53 226.8 0.26 0.38
Hex 47 52 79 29 20 0 35 E3 1A 26
Octal 107 122 171 51 40 0 65 343 32 46
Binary 1000111 1010010 1111001 101001 100000 0 110101 11100011 11010 100110

Color Harmonies of #475279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475279

Black with #475279

Text Example


Text Example

White with #475279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475279; }

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

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

background-color css

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

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

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

border-color css

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

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

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