Html Css Color HEX #47547A Astronaut

📋 copy color: '#47547A'

red 71 ◦ green 84 ◦ blue 122

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

Shades of Astronaut #47547A

Tints of Astronaut #47547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 25.63%
G = 30.32%
B = 44.04%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47547A (or 0x47547A) is known color: Astronaut. HEX triplet: 47, 54 and 7A. RGB value is (71,84,122). Sum of RGB (Red+Green+Blue) = 71+84+122=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #47547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47547A is #B8AB85. Grayscale: #545454. Windows color (decimal): -12102534 or 8016967. OLE color: 8016967.

HSL color Cylindrical-coordinate representation of color #47547A: hue angle of 224.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47547A is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 84 122 -
CMYK 0.42 0.31 0 0.52
HSL 224.71º 0.26% 0.38% -
HSV(B) 224.71º 0.42% 0.48% -
XYZ 9.28 9.09 19.68 -
YUV 84.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 71 84 122 0.42 0.31 0 0.52 224.71 0.26 0.38
Hex 47 54 7A 2A 1F 0 34 E1 1A 26
Octal 107 124 172 52 37 0 64 341 32 46
Binary 1000111 1010100 1111010 101010 11111 0 110100 11100001 11010 100110

Color Harmonies of #47547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47547A

Black with #47547A

Text Example


Text Example

White with #47547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47547A; }

 p { color: rgb(71,84,122); }

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

background-color css

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

 a { background-color: rgb(71,84,122); }

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

border-color css

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

 span { border-color: rgb(71,84,122); }

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