#49236B

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

Shades of Blue Diamond #49236B

Tints of Blue Diamond #49236B

Color information

#49236B (or 0x49236B) is unknown color: approx Blue Diamond. HEX triplet: 49, 23 and 6B. RGB value is (73,35,107). Sum of RGB (Red+Green+Blue) = 73+35+107=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #49236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49236B is #B6DC94. Grayscale: #363636. Windows color (decimal): -11984021 or 7021385. OLE color: 7021385.

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

Color convert

RGB7335107-
CMYK0.320.6700.58
HSL271.67º50.7%27.84%-
HSV(B)271.67º67.29%41.96%-
XYZ63.6814.3-
YUV54.57157.59141.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=33.95%
G=16.28%
B=49.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73351070.320.6700.58271.6750.727.84
Hex49236B204303A110331c
Octal11143153401030724206334
Binary100100110001111010111000001000011011101010001000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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