Html Css Color HEX #49216B Blue Diamond

📋 copy color: '#49216B'

red 73 ◦ green 33 ◦ blue 107

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

Shades of Blue Diamond #49216B

Tints of Blue Diamond #49216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.23%

R = 34.27%
G = 15.49%
B = 50.23%

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

#49216B (or 0x49216B) is known color: Blue Diamond. HEX triplet: 49, 21 and 6B. RGB value is (73,33,107). Sum of RGB (Red+Green+Blue) = 73+33+107=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #49216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49216B is #B6DE94. Grayscale: #353535. Windows color (decimal): -11984533 or 7020873. OLE color: 7020873.

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

Color convert

RGB 73 33 107 -
CMYK 0.32 0.69 0 0.58
HSL 272.43º 0.53% 0.27% -
HSV(B) 272.43º 0.69% 0.42% -
XYZ 5.95 3.57 14.28 -
YUV 53.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 73 33 107 0.32 0.69 0 0.58 272.43 0.53 0.27
Hex 49 21 6B 20 45 0 3A 110 35 1B
Octal 111 41 153 40 105 0 72 420 65 33
Binary 1001001 100001 1101011 100000 1000101 0 111010 100010000 110101 11011

Color Harmonies of #49216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49216B

Black with #49216B

Text Example


Text Example

White with #49216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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