Html Css Color HEX #49415E Meteorite

📋 copy color: '#49415E'

red 73 ◦ green 65 ◦ blue 94

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

Shades of Meteorite #49415E

Tints of Meteorite #49415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 31.47%
G = 28.02%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49415E (or 0x49415E) is known color: Meteorite. HEX triplet: 49, 41 and 5E. RGB value is (73,65,94). Sum of RGB (Red+Green+Blue) = 73+65+94=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #49415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49415E is #B6BEA1. Grayscale: #464646. Windows color (decimal): -11976354 or 6177097. OLE color: 6177097.

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

Color convert

RGB 73 65 94 -
CMYK 0.22 0.31 0 0.63
HSL 256.55º 0.18% 0.31% -
HSV(B) 256.55º 0.31% 0.37% -
XYZ 6.66 6.01 11.4 -
YUV 70.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 73 65 94 0.22 0.31 0 0.63 256.55 0.18 0.31
Hex 49 41 5E 16 1F 0 3F 101 12 1F
Octal 111 101 136 26 37 0 77 401 22 37
Binary 1001001 1000001 1011110 10110 11111 0 111111 100000001 10010 11111

Color Harmonies of #49415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49415E

Black with #49415E

Text Example


Text Example

White with #49415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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