Html Css Color HEX #49216D Blue Diamond

📋 copy color: '#49216D'

red 73 ◦ green 33 ◦ blue 109

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

Shades of Blue Diamond #49216D

Tints of Blue Diamond #49216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 33.95%
G = 15.35%
B = 50.7%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49216D (or 0x49216D) is known color: Blue Diamond. HEX triplet: 49, 21 and 6D. RGB value is (73,33,109). Sum of RGB (Red+Green+Blue) = 73+33+109=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #49216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49216D is #B6DE92. Grayscale: #353535. Windows color (decimal): -11984531 or 7151945. OLE color: 7151945.

HSL color Cylindrical-coordinate representation of color #49216D: hue angle of 271.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49216D is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 33 109 -
CMYK 0.33 0.70 0 0.57
HSL 271.58º 0.54% 0.28% -
HSV(B) 271.58º 0.7% 0.43% -
XYZ 6.05 3.61 14.85 -
YUV 53.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 73 33 109 0.33 0.70 0 0.57 271.58 0.54 0.28
Hex 49 21 6D 21 46 0 39 110 36 1C
Octal 111 41 155 41 106 0 71 420 66 34
Binary 1001001 100001 1101101 100001 1000110 0 111001 100010000 110110 11100

Color Harmonies of #49216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49216D

Black with #49216D

Text Example


Text Example

White with #49216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49216D; }

 p { color: rgb(73,33,109); }

 H1.HeaderClassName
 {
   color: #49216D;
 }
 .AnyTagClassName
 {
   color: #49216D;
 }
</style>

background-color css

<style>
 a { background-color: #49216D; }

 a { background-color: rgb(73,33,109); }

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

border-color css

<style>
 span { border-color: #49216D; }

 span { border-color: rgb(73,33,109); }

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