#49217A

Color #49217A Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #49217A

Tints of Blue Diamond #49217A

Color information

#49217A (or 0x49217A) is unknown color: approx Blue Diamond. HEX triplet: 49, 21 and 7A. RGB value is (73,33,122). Sum of RGB (Red+Green+Blue) = 73+33+122=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #49217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49217A is #B6DE85. Grayscale: #363636. Windows color (decimal): -11984518 or 8003913. OLE color: 8003913.

HSL color Cylindrical-coordinate representation of color #49217A: hue angle of 266.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49217A is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7333122-
CMYK0.400.7300.52
HSL266.97º57.42%30.39%-
HSV(B)266.97º72.95%47.84%-
XYZ6.83.9118.81-
YUV55.11165.75140.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=32.02%
G=14.47%
B=53.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73331220.400.7300.52266.9757.4230.39
Hex49217A284903410b391e
Octal11141172501110644137136
Binary100100110000111110101010001001001011010010000101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49217A; }

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

 H1.HeaderClassName
 {
   color: #49217A;
 }
 .AnyTagClassName
 {
   color: #49217A;
 }
</style>
background-color css

<style>
 a { background-color: #49217A; }

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

 div.DivClassName
 {
   background-color: #49217A;
 }
 .BgClassName
 {
   background-color: #49217A;
 }
</style>
border-color css

<style>
 span { border-color: #49217A; }

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

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