Html Css Color HEX #49206D Blue Diamond

📋 copy color: '#49206D'

red 73 ◦ green 32 ◦ blue 109

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

Shades of Blue Diamond #49206D

Tints of Blue Diamond #49206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 34.11%
G = 14.95%
B = 50.93%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49206D (or 0x49206D) is known color: Blue Diamond. HEX triplet: 49, 20 and 6D. RGB value is (73,32,109). Sum of RGB (Red+Green+Blue) = 73+32+109=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #49206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206D is #B6DF92. Grayscale: #343434. Windows color (decimal): -11984787 or 7151689. OLE color: 7151689.

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

Color convert

RGB 73 32 109 -
CMYK 0.33 0.71 0 0.57
HSL 271.95º 0.55% 0.28% -
HSV(B) 271.95º 0.71% 0.43% -
XYZ 6.02 3.55 14.84 -
YUV 53.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 73 32 109 0.33 0.71 0 0.57 271.95 0.55 0.28
Hex 49 20 6D 21 47 0 39 110 37 1C
Octal 111 40 155 41 107 0 71 420 67 34
Binary 1001001 100000 1101101 100001 1000111 0 111001 100010000 110111 11100

Color Harmonies of #49206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49206D

Black with #49206D

Text Example


Text Example

White with #49206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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