Html Css Color HEX #49415F Meteorite

📋 copy color: '#49415F'

red 73 ◦ green 65 ◦ blue 95

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

Shades of Meteorite #49415F

Tints of Meteorite #49415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 31.33%
G = 27.9%
B = 40.77%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49415F (or 0x49415F) is known color: Meteorite. HEX triplet: 49, 41 and 5F. RGB value is (73,65,95). Sum of RGB (Red+Green+Blue) = 73+65+95=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #49415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415F is #B6BEA0. Grayscale: #464646. Windows color (decimal): -11976353 or 6242633. OLE color: 6242633.

HSL color Cylindrical-coordinate representation of color #49415F: hue angle of 256º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49415F is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 65 95 -
CMYK 0.23 0.32 0 0.63
HSL 256º 0.19% 0.31% -
HSV(B) 256º 0.32% 0.37% -
XYZ 6.7 6.02 11.64 -
YUV 70.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 73 65 95 0.23 0.32 0 0.63 256 0.19 0.31
Hex 49 41 5F 17 20 0 3F 100 13 1F
Octal 111 101 137 27 40 0 77 400 23 37
Binary 1001001 1000001 1011111 10111 100000 0 111111 100000000 10011 11111

Color Harmonies of #49415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415F

Black with #49415F

Text Example


Text Example

White with #49415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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