Html Css Color HEX #49426C Meteorite

📋 copy color: '#49426C'

red 73 ◦ green 66 ◦ blue 108

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

Shades of Meteorite #49426C

Tints of Meteorite #49426C

RGB

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

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

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

R = 29.55%
G = 26.72%
B = 43.72%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49426C (or 0x49426C) is known color: Meteorite. HEX triplet: 49, 42 and 6C. RGB value is (73,66,108). Sum of RGB (Red+Green+Blue) = 73+66+108=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #49426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49426C is #B6BD93. Grayscale: #484848. Windows color (decimal): -11976084 or 7094857. OLE color: 7094857.

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

Color convert

RGB 73 66 108 -
CMYK 0.32 0.39 0 0.58
HSL 250º 0.24% 0.34% -
HSV(B) 250º 0.39% 0.42% -
XYZ 7.4 6.4 15.03 -
YUV 72.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 73 66 108 0.32 0.39 0 0.58 250 0.24 0.34
Hex 49 42 6C 20 27 0 3A FA 18 22
Octal 111 102 154 40 47 0 72 372 30 42
Binary 1001001 1000010 1101100 100000 100111 0 111010 11111010 11000 100010

Color Harmonies of #49426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49426C

Black with #49426C

Text Example


Text Example

White with #49426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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