Html Css Color HEX #49415C Meteorite

📋 copy color: '#49415C'

red 73 ◦ green 65 ◦ blue 92

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

Shades of Meteorite #49415C

Tints of Meteorite #49415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40%

R = 31.74%
G = 28.26%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49415C (or 0x49415C) is known color: Meteorite. HEX triplet: 49, 41 and 5C. RGB value is (73,65,92). Sum of RGB (Red+Green+Blue) = 73+65+92=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #49415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415C is #B6BEA3. Grayscale: #464646. Windows color (decimal): -11976356 or 6046025. OLE color: 6046025.

HSL color Cylindrical-coordinate representation of color #49415C: hue angle of 257.78º 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 #49415C is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 65 92 -
CMYK 0.21 0.29 0 0.64
HSL 257.78º 0.17% 0.31% -
HSV(B) 257.78º 0.29% 0.36% -
XYZ 6.57 5.97 10.93 -
YUV 70.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 73 65 92 0.21 0.29 0 0.64 257.78 0.17 0.31
Hex 49 41 5C 15 1D 0 40 102 11 1F
Octal 111 101 134 25 35 0 100 402 21 37
Binary 1001001 1000001 1011100 10101 11101 0 1000000 100000010 10001 11111

Color Harmonies of #49415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415C

Black with #49415C

Text Example


Text Example

White with #49415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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