Html Css Color HEX #47405B Meteorite

📋 copy color: '#47405B'

red 71 ◦ green 64 ◦ blue 91

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

Shades of Meteorite #47405B

Tints of Meteorite #47405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 31.42%
G = 28.32%
B = 40.27%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47405B (or 0x47405B) is known color: Meteorite. HEX triplet: 47, 40 and 5B. RGB value is (71,64,91). Sum of RGB (Red+Green+Blue) = 71+64+91=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #47405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405B is #B8BFA4. Grayscale: #454545. Windows color (decimal): -12107685 or 5980231. OLE color: 5980231.

HSL color Cylindrical-coordinate representation of color #47405B: hue angle of 255.56º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47405B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 64 91 -
CMYK 0.22 0.30 0 0.64
HSL 255.56º 0.17% 0.3% -
HSV(B) 255.56º 0.3% 0.36% -
XYZ 6.32 5.76 10.68 -
YUV 69.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 71 64 91 0.22 0.30 0 0.64 255.56 0.17 0.3
Hex 47 40 5B 16 1E 0 40 100 11 1E
Octal 107 100 133 26 36 0 100 400 21 36
Binary 1000111 1000000 1011011 10110 11110 0 1000000 100000000 10001 11110

Color Harmonies of #47405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47405B

Black with #47405B

Text Example


Text Example

White with #47405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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