Html Css Color HEX #49426B Meteorite

📋 copy color: '#49426B'

red 73 ◦ green 66 ◦ blue 107

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

Shades of Meteorite #49426B

Tints of Meteorite #49426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 29.67%
G = 26.83%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49426B (or 0x49426B) is known color: Meteorite. HEX triplet: 49, 42 and 6B. RGB value is (73,66,107). Sum of RGB (Red+Green+Blue) = 73+66+107=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #49426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49426B is #B6BD94. Grayscale: #484848. Windows color (decimal): -11976085 or 7029321. OLE color: 7029321.

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

Color convert

RGB 73 66 107 -
CMYK 0.32 0.38 0 0.58
HSL 250.24º 0.24% 0.34% -
HSV(B) 250.24º 0.38% 0.42% -
XYZ 7.35 6.37 14.75 -
YUV 72.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 73 66 107 0.32 0.38 0 0.58 250.24 0.24 0.34
Hex 49 42 6B 20 26 0 3A FA 18 22
Octal 111 102 153 40 46 0 72 372 30 42
Binary 1001001 1000010 1101011 100000 100110 0 111010 11111010 11000 100010

Color Harmonies of #49426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49426B

Black with #49426B

Text Example


Text Example

White with #49426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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