#493272

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

Shades of Blue Diamond #493272

Tints of Blue Diamond #493272

Color information

#493272 (or 0x493272) is unknown color: approx Blue Diamond. HEX triplet: 49, 32 and 72. RGB value is (73,50,114). Sum of RGB (Red+Green+Blue) = 73+50+114=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #493272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493272 is #B6CD8D. Grayscale: #3F3F3F. Windows color (decimal): -11980174 or 7483977. OLE color: 7483977.

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

Color convert

RGB7350114-
CMYK0.360.5600.55
HSL261.56º39.02%32.16%-
HSV(B)261.56º56.14%44.71%-
XYZ6.934.9116.5-
YUV64.17156.12134.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=30.80%
G=21.10%
B=48.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73501140.360.5600.55261.5639.0232.16
Hex49327224380371062720
Octal1116216244700674064740
Binary100100111001011100101001001110000110111100000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493272; }

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

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

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

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

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

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

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

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