Html Css Color HEX #475280 Astronaut

📋 copy color: '#475280'

red 71 ◦ green 82 ◦ blue 128

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

Shades of Astronaut #475280

Tints of Astronaut #475280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 25.27%
G = 29.18%
B = 45.55%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#475280 (or 0x475280) is known color: Astronaut. HEX triplet: 47, 52 and 80. RGB value is (71,82,128). Sum of RGB (Red+Green+Blue) = 71+82+128=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #475280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475280 is #B8AD7F. Grayscale: #535353. Windows color (decimal): -12103040 or 8409671. OLE color: 8409671.

HSL color Cylindrical-coordinate representation of color #475280: hue angle of 228.42º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475280 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 82 128 -
CMYK 0.45 0.36 0 0.50
HSL 228.42º 0.29% 0.39% -
HSV(B) 228.42º 0.45% 0.5% -
XYZ 9.51 8.93 21.64 -
YUV 83.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 71 82 128 0.45 0.36 0 0.50 228.42 0.29 0.39
Hex 47 52 80 2D 24 0 32 E4 1D 27
Octal 107 122 200 55 44 0 62 344 35 47
Binary 1000111 1010010 10000000 101101 100100 0 110010 11100100 11101 100111

Color Harmonies of #475280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475280

Black with #475280

Text Example


Text Example

White with #475280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475280; }

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

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

background-color css

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

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

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

border-color css

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

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

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