Html Css Color HEX #47527F Astronaut

📋 copy color: '#47527F'

red 71 ◦ green 82 ◦ blue 127

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

Shades of Astronaut #47527F

Tints of Astronaut #47527F

RGB

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

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

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

R = 25.36%
G = 29.29%
B = 45.36%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47527F (or 0x47527F) is known color: Astronaut. HEX triplet: 47, 52 and 7F. RGB value is (71,82,127). Sum of RGB (Red+Green+Blue) = 71+82+127=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #47527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47527F is #B8AD80. Grayscale: #535353. Windows color (decimal): -12103041 or 8344135. OLE color: 8344135.

HSL color Cylindrical-coordinate representation of color #47527F: hue angle of 228.21º 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 #47527F is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 82 127 -
CMYK 0.44 0.35 0 0.50
HSL 228.21º 0.28% 0.39% -
HSV(B) 228.21º 0.44% 0.5% -
XYZ 9.45 8.91 21.3 -
YUV 83.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 71 82 127 0.44 0.35 0 0.50 228.21 0.28 0.39
Hex 47 52 7F 2C 23 0 32 E4 1C 27
Octal 107 122 177 54 43 0 62 344 34 47
Binary 1000111 1010010 1111111 101100 100011 0 110010 11100100 11100 100111

Color Harmonies of #47527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47527F

Black with #47527F

Text Example


Text Example

White with #47527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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