Html Css Color HEX #49405B Meteorite

📋 copy color: '#49405B'

red 73 ◦ green 64 ◦ blue 91

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

Shades of Meteorite #49405B

Tints of Meteorite #49405B

RGB

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

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

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

R = 32.02%
G = 28.07%
B = 39.91%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49405B (or 0x49405B) is known color: Meteorite. HEX triplet: 49, 40 and 5B. RGB value is (73,64,91). Sum of RGB (Red+Green+Blue) = 73+64+91=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #49405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405B is #B6BFA4. Grayscale: #454545. Windows color (decimal): -11976613 or 5980233. OLE color: 5980233.

HSL color Cylindrical-coordinate representation of color #49405B: hue angle of 260º 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 #49405B is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 64 91 -
CMYK 0.20 0.30 0 0.64
HSL 260º 0.17% 0.3% -
HSV(B) 260º 0.3% 0.36% -
XYZ 6.47 5.84 10.68 -
YUV 69.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 73 64 91 0.20 0.30 0 0.64 260 0.17 0.3
Hex 49 40 5B 14 1E 0 40 104 11 1E
Octal 111 100 133 24 36 0 100 404 21 36
Binary 1001001 1000000 1011011 10100 11110 0 1000000 100000100 10001 11110

Color Harmonies of #49405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49405B

Black with #49405B

Text Example


Text Example

White with #49405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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