Html Css Color HEX #47517F Astronaut

📋 copy color: '#47517F'

red 71 ◦ green 81 ◦ blue 127

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

Shades of Astronaut #47517F

Tints of Astronaut #47517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 25.45%
G = 29.03%
B = 45.52%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47517F (or 0x47517F) is known color: Astronaut. HEX triplet: 47, 51 and 7F. RGB value is (71,81,127). Sum of RGB (Red+Green+Blue) = 71+81+127=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #47517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47517F is #B8AE80. Grayscale: #535353. Windows color (decimal): -12103297 or 8343879. OLE color: 8343879.

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

Color convert

RGB 71 81 127 -
CMYK 0.44 0.36 0 0.50
HSL 229.29º 0.28% 0.39% -
HSV(B) 229.29º 0.44% 0.5% -
XYZ 9.37 8.76 21.27 -
YUV 83.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 71 81 127 0.44 0.36 0 0.50 229.29 0.28 0.39
Hex 47 51 7F 2C 24 0 32 E5 1C 27
Octal 107 121 177 54 44 0 62 345 34 47
Binary 1000111 1010001 1111111 101100 100100 0 110010 11100101 11100 100111

Color Harmonies of #47517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47517F

Black with #47517F

Text Example


Text Example

White with #47517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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