#493172

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

Shades of Blue Diamond #493172

Tints of Blue Diamond #493172

Color information

#493172 (or 0x493172) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 72. RGB value is (73,49,114). Sum of RGB (Red+Green+Blue) = 73+49+114=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #493172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493172 is #B6CE8D. Grayscale: #3F3F3F. Windows color (decimal): -11980430 or 7483721. OLE color: 7483721.

HSL color Cylindrical-coordinate representation of color #493172: hue angle of 262.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493172 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7349114-
CMYK0.360.5700.55
HSL262.15º39.88%31.96%-
HSV(B)262.15º57.02%44.71%-
XYZ6.884.8316.49-
YUV63.59156.45134.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=30.93%
G=20.76%
B=48.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73491140.360.5700.55262.1539.8831.96
Hex49317224390371062820
Octal1116116244710674065040
Binary100100111000111100101001001110010110111100000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493172; }

 p { color: rgb(73,49,114); }

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

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

 a { background-color: rgb(73,49,114); }

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

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

 span { border-color: rgb(73,49,114); }

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