Html Css Color HEX #47405F Meteorite

📋 copy color: '#47405F'

red 71 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #47405F

Tints of Meteorite #47405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 30.87%
G = 27.83%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47405F (or 0x47405F) is known color: Meteorite. HEX triplet: 47, 40 and 5F. RGB value is (71,64,95). Sum of RGB (Red+Green+Blue) = 71+64+95=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #47405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405F is #B8BFA0. Grayscale: #454545. Windows color (decimal): -12107681 or 6242375. OLE color: 6242375.

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

Color convert

RGB 71 64 95 -
CMYK 0.25 0.33 0 0.63
HSL 253.55º 0.19% 0.31% -
HSV(B) 253.55º 0.33% 0.37% -
XYZ 6.5 5.83 11.61 -
YUV 69.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 71 64 95 0.25 0.33 0 0.63 253.55 0.19 0.31
Hex 47 40 5F 19 21 0 3F FE 13 1F
Octal 107 100 137 31 41 0 77 376 23 37
Binary 1000111 1000000 1011111 11001 100001 0 111111 11111110 10011 11111

Color Harmonies of #47405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47405F

Black with #47405F

Text Example


Text Example

White with #47405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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