Html Css Color HEX #49406C Meteorite

📋 copy color: '#49406C'

red 73 ◦ green 64 ◦ blue 108

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

Shades of Meteorite #49406C

Tints of Meteorite #49406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 29.8%
G = 26.12%
B = 44.08%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49406C (or 0x49406C) is known color: Meteorite. HEX triplet: 49, 40 and 6C. RGB value is (73,64,108). Sum of RGB (Red+Green+Blue) = 73+64+108=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #49406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49406C is #B6BF93. Grayscale: #474747. Windows color (decimal): -11976596 or 7094345. OLE color: 7094345.

HSL color Cylindrical-coordinate representation of color #49406C: hue angle of 252.27º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49406C is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 64 108 -
CMYK 0.32 0.41 0 0.58
HSL 252.27º 0.26% 0.34% -
HSV(B) 252.27º 0.41% 0.42% -
XYZ 7.29 6.17 14.99 -
YUV 71.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 73 64 108 0.32 0.41 0 0.58 252.27 0.26 0.34
Hex 49 40 6C 20 29 0 3A FC 1A 22
Octal 111 100 154 40 51 0 72 374 32 42
Binary 1001001 1000000 1101100 100000 101001 0 111010 11111100 11010 100010

Color Harmonies of #49406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49406C

Black with #49406C

Text Example


Text Example

White with #49406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49406C; }

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

 H1.HeaderClassName
 {
   color: #49406C;
 }
 .AnyTagClassName
 {
   color: #49406C;
 }
</style>

background-color css

<style>
 a { background-color: #49406C; }

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

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

border-color css

<style>
 span { border-color: #49406C; }

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

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