Html Css Color HEX #49405C Meteorite

📋 copy color: '#49405C'

red 73 ◦ green 64 ◦ blue 92

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

Shades of Meteorite #49405C

Tints of Meteorite #49405C

RGB

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

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

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

R = 31.88%
G = 27.95%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49405C (or 0x49405C) is known color: Meteorite. HEX triplet: 49, 40 and 5C. RGB value is (73,64,92). Sum of RGB (Red+Green+Blue) = 73+64+92=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #49405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405C is #B6BFA3. Grayscale: #454545. Windows color (decimal): -11976612 or 6045769. OLE color: 6045769.

HSL color Cylindrical-coordinate representation of color #49405C: hue angle of 259.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49405C is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 64 92 -
CMYK 0.21 0.30 0 0.64
HSL 259.29º 0.18% 0.31% -
HSV(B) 259.29º 0.3% 0.36% -
XYZ 6.51 5.86 10.91 -
YUV 69.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 73 64 92 0.21 0.30 0 0.64 259.29 0.18 0.31
Hex 49 40 5C 15 1E 0 40 103 12 1F
Octal 111 100 134 25 36 0 100 403 22 37
Binary 1001001 1000000 1011100 10101 11110 0 1000000 100000011 10010 11111

Color Harmonies of #49405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49405C

Black with #49405C

Text Example


Text Example

White with #49405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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