Html Css Color HEX #49206A Blue Diamond

📋 copy color: '#49206A'

red 73 ◦ green 32 ◦ blue 106

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

Shades of Blue Diamond #49206A

Tints of Blue Diamond #49206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.24%

R = 34.6%
G = 15.17%
B = 50.24%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49206A (or 0x49206A) is known color: Blue Diamond. HEX triplet: 49, 20 and 6A. RGB value is (73,32,106). Sum of RGB (Red+Green+Blue) = 73+32+106=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #49206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206A is #B6DF95. Grayscale: #343434. Windows color (decimal): -11984790 or 6955081. OLE color: 6955081.

HSL color Cylindrical-coordinate representation of color #49206A: hue angle of 273.24º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49206A is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 32 106 -
CMYK 0.31 0.70 0 0.58
HSL 273.24º 0.54% 0.27% -
HSV(B) 273.24º 0.7% 0.42% -
XYZ 5.87 3.49 14 -
YUV 52.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 73 32 106 0.31 0.70 0 0.58 273.24 0.54 0.27
Hex 49 20 6A 1F 46 0 3A 111 36 1B
Octal 111 40 152 37 106 0 72 421 66 33
Binary 1001001 100000 1101010 11111 1000110 0 111010 100010001 110110 11011

Color Harmonies of #49206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49206A

Black with #49206A

Text Example


Text Example

White with #49206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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