Html Css Color HEX #475178 Astronaut

📋 copy color: '#475178'

red 71 ◦ green 81 ◦ blue 120

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

Shades of Astronaut #475178

Tints of Astronaut #475178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 26.1%
G = 29.78%
B = 44.12%

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

#475178 (or 0x475178) is known color: Astronaut. HEX triplet: 47, 51 and 78. RGB value is (71,81,120). Sum of RGB (Red+Green+Blue) = 71+81+120=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #475178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475178 is #B8AE87. Grayscale: #525252. Windows color (decimal): -12103304 or 7885127. OLE color: 7885127.

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

Color convert

RGB 71 81 120 -
CMYK 0.41 0.32 0 0.53
HSL 227.76º 0.26% 0.37% -
HSV(B) 227.76º 0.41% 0.47% -
XYZ 8.93 8.58 18.95 -
YUV 82.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 71 81 120 0.41 0.32 0 0.53 227.76 0.26 0.37
Hex 47 51 78 29 20 0 35 E4 1A 25
Octal 107 121 170 51 40 0 65 344 32 45
Binary 1000111 1010001 1111000 101001 100000 0 110101 11100100 11010 100101

Color Harmonies of #475178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475178

Black with #475178

Text Example


Text Example

White with #475178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475178; }

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

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

background-color css

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

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

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

border-color css

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

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

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