Html Css Color HEX #49156D Blue Diamond

📋 copy color: '#49156D'

red 73 ◦ green 21 ◦ blue 109

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

Shades of Blue Diamond #49156D

Tints of Blue Diamond #49156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 35.96%
G = 10.34%
B = 53.69%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49156D (or 0x49156D) is known color: Blue Diamond. HEX triplet: 49, 15 and 6D. RGB value is (73,21,109). Sum of RGB (Red+Green+Blue) = 73+21+109=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #49156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49156D is #B6EA92. Grayscale: #2E2E2E. Windows color (decimal): -11987603 or 7148873. OLE color: 7148873.

HSL color Cylindrical-coordinate representation of color #49156D: hue angle of 275.45º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49156D is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 21 109 -
CMYK 0.33 0.81 0 0.57
HSL 275.45º 0.68% 0.25% -
HSV(B) 275.45º 0.81% 0.43% -
XYZ 5.78 3.06 14.75 -
YUV 46.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 73 21 109 0.33 0.81 0 0.57 275.45 0.68 0.25
Hex 49 15 6D 21 51 0 39 113 44 19
Octal 111 25 155 41 121 0 71 423 104 31
Binary 1001001 10101 1101101 100001 1010001 0 111001 100010011 1000100 11001

Color Harmonies of #49156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49156D

Black with #49156D

Text Example


Text Example

White with #49156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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