Html Css Color HEX #475479 Astronaut

📋 copy color: '#475479'

red 71 ◦ green 84 ◦ blue 121

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

Shades of Astronaut #475479

Tints of Astronaut #475479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 25.72%
G = 30.43%
B = 43.84%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475479 (or 0x475479) is known color: Astronaut. HEX triplet: 47, 54 and 79. RGB value is (71,84,121). Sum of RGB (Red+Green+Blue) = 71+84+121=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #475479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475479 is #B8AB86. Grayscale: #545454. Windows color (decimal): -12102535 or 7951431. OLE color: 7951431.

HSL color Cylindrical-coordinate representation of color #475479: hue angle of 224.4º 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 #475479 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 84 121 -
CMYK 0.41 0.31 0 0.53
HSL 224.4º 0.26% 0.38% -
HSV(B) 224.4º 0.41% 0.47% -
XYZ 9.22 9.06 19.35 -
YUV 84.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 71 84 121 0.41 0.31 0 0.53 224.4 0.26 0.38
Hex 47 54 79 29 1F 0 35 E0 1A 26
Octal 107 124 171 51 37 0 65 340 32 46
Binary 1000111 1010100 1111001 101001 11111 0 110101 11100000 11010 100110

Color Harmonies of #475479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475479

Black with #475479

Text Example


Text Example

White with #475479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475479; }

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

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

background-color css

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

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

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

border-color css

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

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

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