Html Css Color HEX #475180 Astronaut

📋 copy color: '#475180'

red 71 ◦ green 81 ◦ blue 128

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

Shades of Astronaut #475180

Tints of Astronaut #475180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 25.36%
G = 28.93%
B = 45.71%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#475180 (or 0x475180) is known color: Astronaut. HEX triplet: 47, 51 and 80. RGB value is (71,81,128). Sum of RGB (Red+Green+Blue) = 71+81+128=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #475180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475180 is #B8AE7F. Grayscale: #535353. Windows color (decimal): -12103296 or 8409415. OLE color: 8409415.

HSL color Cylindrical-coordinate representation of color #475180: hue angle of 229.47º 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 #475180 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 81 128 -
CMYK 0.45 0.37 0 0.50
HSL 229.47º 0.29% 0.39% -
HSV(B) 229.47º 0.45% 0.5% -
XYZ 9.44 8.78 21.62 -
YUV 83.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 71 81 128 0.45 0.37 0 0.50 229.47 0.29 0.39
Hex 47 51 80 2D 25 0 32 E5 1D 27
Octal 107 121 200 55 45 0 62 345 35 47
Binary 1000111 1010001 10000000 101101 100101 0 110010 11100101 11101 100111

Color Harmonies of #475180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475180

Black with #475180

Text Example


Text Example

White with #475180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475180; }

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

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

background-color css

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

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

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

border-color css

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

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

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