Html Css Color HEX #49405E Meteorite

📋 copy color: '#49405E'

red 73 ◦ green 64 ◦ blue 94

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

Shades of Meteorite #49405E

Tints of Meteorite #49405E

RGB

 RED value IS 73 (28.91% from 255) = 31.6%

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

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

R = 31.6%
G = 27.71%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49405E (or 0x49405E) is known color: Meteorite. HEX triplet: 49, 40 and 5E. RGB value is (73,64,94). Sum of RGB (Red+Green+Blue) = 73+64+94=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #49405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405E is #B6BFA1. Grayscale: #464646. Windows color (decimal): -11976610 or 6176841. OLE color: 6176841.

HSL color Cylindrical-coordinate representation of color #49405E: hue angle of 258º 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 #49405E is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 64 94 -
CMYK 0.22 0.32 0 0.63
HSL 258º 0.19% 0.31% -
HSV(B) 258º 0.32% 0.37% -
XYZ 6.6 5.89 11.38 -
YUV 70.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 73 64 94 0.22 0.32 0 0.63 258 0.19 0.31
Hex 49 40 5E 16 20 0 3F 102 13 1F
Octal 111 100 136 26 40 0 77 402 23 37
Binary 1001001 1000000 1011110 10110 100000 0 111111 100000010 10011 11111

Color Harmonies of #49405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49405E

Black with #49405E

Text Example


Text Example

White with #49405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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