Html Css Color HEX #49425D Meteorite

📋 copy color: '#49425D'

red 73 ◦ green 66 ◦ blue 93

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

Shades of Meteorite #49425D

Tints of Meteorite #49425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 31.47%
G = 28.45%
B = 40.09%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49425D (or 0x49425D) is known color: Meteorite. HEX triplet: 49, 42 and 5D. RGB value is (73,66,93). Sum of RGB (Red+Green+Blue) = 73+66+93=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #49425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425D is #B6BDA2. Grayscale: #474747. Windows color (decimal): -11976099 or 6111817. OLE color: 6111817.

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

Color convert

RGB 73 66 93 -
CMYK 0.22 0.29 0 0.64
HSL 255.56º 0.17% 0.31% -
HSV(B) 255.56º 0.29% 0.36% -
XYZ 6.67 6.1 11.18 -
YUV 71.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 73 66 93 0.22 0.29 0 0.64 255.56 0.17 0.31
Hex 49 42 5D 16 1D 0 40 100 11 1F
Octal 111 102 135 26 35 0 100 400 21 37
Binary 1001001 1000010 1011101 10110 11101 0 1000000 100000000 10001 11111

Color Harmonies of #49425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49425D

Black with #49425D

Text Example


Text Example

White with #49425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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