Html Css Color HEX #49156E Blue Diamond

📋 copy color: '#49156E'

red 73 ◦ green 21 ◦ blue 110

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

Shades of Blue Diamond #49156E

Tints of Blue Diamond #49156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 35.78%
G = 10.29%
B = 53.92%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49156E (or 0x49156E) is known color: Blue Diamond. HEX triplet: 49, 15 and 6E. RGB value is (73,21,110). Sum of RGB (Red+Green+Blue) = 73+21+110=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #49156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49156E is #B6EA91. Grayscale: #2E2E2E. Windows color (decimal): -11987602 or 7214409. OLE color: 7214409.

HSL color Cylindrical-coordinate representation of color #49156E: hue angle of 275.06º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49156E is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 21 110 -
CMYK 0.34 0.81 0 0.57
HSL 275.06º 0.68% 0.26% -
HSV(B) 275.06º 0.81% 0.43% -
XYZ 5.83 3.08 15.04 -
YUV 46.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 73 21 110 0.34 0.81 0 0.57 275.06 0.68 0.26
Hex 49 15 6E 22 51 0 39 113 44 1A
Octal 111 25 156 42 121 0 71 423 104 32
Binary 1001001 10101 1101110 100010 1010001 0 111001 100010011 1000100 11010

Color Harmonies of #49156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49156E

Black with #49156E

Text Example


Text Example

White with #49156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49156E; }

 p { color: rgb(73,21,110); }

 H1.HeaderClassName
 {
   color: #49156E;
 }
 .AnyTagClassName
 {
   color: #49156E;
 }
</style>

background-color css

<style>
 a { background-color: #49156E; }

 a { background-color: rgb(73,21,110); }

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

border-color css

<style>
 span { border-color: #49156E; }

 span { border-color: rgb(73,21,110); }

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