Html Css Color HEX #49226C Blue Diamond

📋 copy color: '#49226C'

red 73 ◦ green 34 ◦ blue 108

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

Shades of Blue Diamond #49226C

Tints of Blue Diamond #49226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 33.95%
G = 15.81%
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

#49226C (or 0x49226C) is known color: Blue Diamond. HEX triplet: 49, 22 and 6C. RGB value is (73,34,108). Sum of RGB (Red+Green+Blue) = 73+34+108=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #49226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49226C is #B6DD93. Grayscale: #353535. Windows color (decimal): -11984276 or 7086665. OLE color: 7086665.

HSL color Cylindrical-coordinate representation of color #49226C: hue angle of 271.62º degrees, saturation: 0.52, 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 #49226C is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 34 108 -
CMYK 0.32 0.69 0 0.58
HSL 271.62º 0.52% 0.28% -
HSV(B) 271.62º 0.69% 0.42% -
XYZ 6.03 3.64 14.57 -
YUV 54.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 73 34 108 0.32 0.69 0 0.58 271.62 0.52 0.28
Hex 49 22 6C 20 45 0 3A 110 34 1C
Octal 111 42 154 40 105 0 72 420 64 34
Binary 1001001 100010 1101100 100000 1000101 0 111010 100010000 110100 11100

Color Harmonies of #49226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49226C

Black with #49226C

Text Example


Text Example

White with #49226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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