Html Css Color HEX #49216C Blue Diamond

📋 copy color: '#49216C'

red 73 ◦ green 33 ◦ blue 108

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

Shades of Blue Diamond #49216C

Tints of Blue Diamond #49216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 34.11%
G = 15.42%
B = 50.47%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49216C (or 0x49216C) is known color: Blue Diamond. HEX triplet: 49, 21 and 6C. RGB value is (73,33,108). Sum of RGB (Red+Green+Blue) = 73+33+108=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #49216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49216C is #B6DE93. Grayscale: #353535. Windows color (decimal): -11984532 or 7086409. OLE color: 7086409.

HSL color Cylindrical-coordinate representation of color #49216C: hue angle of 272º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49216C is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 33 108 -
CMYK 0.32 0.69 0 0.58
HSL 272º 0.53% 0.28% -
HSV(B) 272º 0.69% 0.42% -
XYZ 6 3.59 14.56 -
YUV 53.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 73 33 108 0.32 0.69 0 0.58 272 0.53 0.28
Hex 49 21 6C 20 45 0 3A 110 35 1C
Octal 111 41 154 40 105 0 72 420 65 34
Binary 1001001 100001 1101100 100000 1000101 0 111010 100010000 110101 11100

Color Harmonies of #49216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49216C

Black with #49216C

Text Example


Text Example

White with #49216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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