Html Css Color HEX #47405E Meteorite

📋 copy color: '#47405E'

red 71 ◦ green 64 ◦ blue 94

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

Shades of Meteorite #47405E

Tints of Meteorite #47405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 31%
G = 27.95%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47405E (or 0x47405E) is known color: Meteorite. HEX triplet: 47, 40 and 5E. RGB value is (71,64,94). Sum of RGB (Red+Green+Blue) = 71+64+94=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #47405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405E is #B8BFA1. Grayscale: #454545. Windows color (decimal): -12107682 or 6176839. OLE color: 6176839.

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

Color convert

RGB 71 64 94 -
CMYK 0.24 0.32 0 0.63
HSL 254º 0.19% 0.31% -
HSV(B) 254º 0.32% 0.37% -
XYZ 6.45 5.81 11.37 -
YUV 69.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 71 64 94 0.24 0.32 0 0.63 254 0.19 0.31
Hex 47 40 5E 18 20 0 3F FE 13 1F
Octal 107 100 136 30 40 0 77 376 23 37
Binary 1000111 1000000 1011110 11000 100000 0 111111 11111110 10011 11111

Color Harmonies of #47405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47405E

Black with #47405E

Text Example


Text Example

White with #47405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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