Html Css Color HEX #49415D Meteorite

📋 copy color: '#49415D'

red 73 ◦ green 65 ◦ blue 93

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

Shades of Meteorite #49415D

Tints of Meteorite #49415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 31.6%
G = 28.14%
B = 40.26%

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

#49415D (or 0x49415D) is known color: Meteorite. HEX triplet: 49, 41 and 5D. RGB value is (73,65,93). Sum of RGB (Red+Green+Blue) = 73+65+93=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #49415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415D is #B6BEA2. Grayscale: #464646. Windows color (decimal): -11976355 or 6111561. OLE color: 6111561.

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

Color convert

RGB 73 65 93 -
CMYK 0.22 0.30 0 0.64
HSL 257.14º 0.18% 0.31% -
HSV(B) 257.14º 0.3% 0.36% -
XYZ 6.61 5.99 11.16 -
YUV 70.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 73 65 93 0.22 0.30 0 0.64 257.14 0.18 0.31
Hex 49 41 5D 16 1E 0 40 101 12 1F
Octal 111 101 135 26 36 0 100 401 22 37
Binary 1001001 1000001 1011101 10110 11110 0 1000000 100000001 10010 11111

Color Harmonies of #49415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415D

Black with #49415D

Text Example


Text Example

White with #49415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49415D; }

 p { color: rgb(73,65,93); }

 H1.HeaderClassName
 {
   color: #49415D;
 }
 .AnyTagClassName
 {
   color: #49415D;
 }
</style>

background-color css

<style>
 a { background-color: #49415D; }

 a { background-color: rgb(73,65,93); }

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

border-color css

<style>
 span { border-color: #49415D; }

 span { border-color: rgb(73,65,93); }

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