Html Css Color HEX #49246D Blue Diamond

📋 copy color: '#49246D'

red 73 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #49246D

Tints of Blue Diamond #49246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 33.49%
G = 16.51%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49246D (or 0x49246D) is known color: Blue Diamond. HEX triplet: 49, 24 and 6D. RGB value is (73,36,109). Sum of RGB (Red+Green+Blue) = 73+36+109=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #49246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49246D is #B6DB92. Grayscale: #373737. Windows color (decimal): -11983763 or 7152713. OLE color: 7152713.

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

Color convert

RGB 73 36 109 -
CMYK 0.33 0.67 0 0.57
HSL 270.41º 0.5% 0.28% -
HSV(B) 270.41º 0.67% 0.43% -
XYZ 6.14 3.78 14.87 -
YUV 55.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 73 36 109 0.33 0.67 0 0.57 270.41 0.5 0.28
Hex 49 24 6D 21 43 0 39 10E 32 1C
Octal 111 44 155 41 103 0 71 416 62 34
Binary 1001001 100100 1101101 100001 1000011 0 111001 100001110 110010 11100

Color Harmonies of #49246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49246D

Black with #49246D

Text Example


Text Example

White with #49246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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