Html Css Color HEX #475177 Astronaut

📋 copy color: '#475177'

red 71 ◦ green 81 ◦ blue 119

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

Shades of Astronaut #475177

Tints of Astronaut #475177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 26.2%
G = 29.89%
B = 43.91%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475177 (or 0x475177) is known color: Astronaut. HEX triplet: 47, 51 and 77. RGB value is (71,81,119). Sum of RGB (Red+Green+Blue) = 71+81+119=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #475177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475177 is #B8AE88. Grayscale: #525252. Windows color (decimal): -12103305 or 7819591. OLE color: 7819591.

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

Color convert

RGB 71 81 119 -
CMYK 0.40 0.32 0 0.53
HSL 227.5º 0.25% 0.37% -
HSV(B) 227.5º 0.4% 0.47% -
XYZ 8.87 8.56 18.64 -
YUV 82.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 71 81 119 0.40 0.32 0 0.53 227.5 0.25 0.37
Hex 47 51 77 28 20 0 35 E4 19 25
Octal 107 121 167 50 40 0 65 344 31 45
Binary 1000111 1010001 1110111 101000 100000 0 110101 11100100 11001 100101

Color Harmonies of #475177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475177

Black with #475177

Text Example


Text Example

White with #475177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475177; }

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

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

background-color css

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

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

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

border-color css

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

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

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