#49336D

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

Shades of Blue Diamond #49336D

Tints of Blue Diamond #49336D

Color information

#49336D (or 0x49336D) is unknown color: approx Blue Diamond. HEX triplet: 49, 33 and 6D. RGB value is (73,51,109). Sum of RGB (Red+Green+Blue) = 73+51+109=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #49336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49336D is #B6CC92. Grayscale: #3F3F3F. Windows color (decimal): -11979923 or 7156553. OLE color: 7156553.

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

Color convert

RGB7351109-
CMYK0.330.5300.57
HSL262.76º36.25%31.37%-
HSV(B)262.76º53.21%42.75%-
XYZ6.694.8915.06-
YUV64.19153.29134.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=31.33%
G=21.89%
B=46.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73511090.330.5300.57262.7636.2531.37
Hex49336D2135039107241f
Octal1116315541650714074437
Binary10010011100111101101100001110101011100110000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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