Html Css Color HEX #47325F Meteorite

📋 copy color: '#47325F'

red 71 ◦ green 50 ◦ blue 95

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

Shades of Meteorite #47325F

Tints of Meteorite #47325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 32.87%
G = 23.15%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47325F (or 0x47325F) is known color: Meteorite. HEX triplet: 47, 32 and 5F. RGB value is (71,50,95). Sum of RGB (Red+Green+Blue) = 71+50+95=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #47325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325F is #B8CDA0. Grayscale: #3D3D3D. Windows color (decimal): -12111265 or 6238791. OLE color: 6238791.

HSL color Cylindrical-coordinate representation of color #47325F: hue angle of 268º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47325F is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 50 95 -
CMYK 0.25 0.47 0 0.63
HSL 268º 0.31% 0.28% -
HSV(B) 268º 0.47% 0.37% -
XYZ 5.8 4.45 11.38 -
YUV 61.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 71 50 95 0.25 0.47 0 0.63 268 0.31 0.28
Hex 47 32 5F 19 2F 0 3F 10C 1F 1C
Octal 107 62 137 31 57 0 77 414 37 34
Binary 1000111 110010 1011111 11001 101111 0 111111 100001100 11111 11100

Color Harmonies of #47325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47325F

Black with #47325F

Text Example


Text Example

White with #47325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,50,95); }

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

background-color css

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

 a { background-color: rgb(71,50,95); }

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

border-color css

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

 span { border-color: rgb(71,50,95); }

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