#492D73

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

Shades of Blue Diamond #492D73

Tints of Blue Diamond #492D73

Color information

#492D73 (or 0x492D73) is unknown color: approx Blue Diamond. HEX triplet: 49, 2D and 73. RGB value is (73,45,115). Sum of RGB (Red+Green+Blue) = 73+45+115=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #492D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D73 is #B6D28C. Grayscale: #3D3D3D. Windows color (decimal): -11981453 or 7548233. OLE color: 7548233.

HSL color Cylindrical-coordinate representation of color #492D73: hue angle of 264º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #492D73 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7345115-
CMYK0.370.6100.55
HSL264º43.75%31.37%-
HSV(B)264º60.87%45.1%-
XYZ6.784.5316.74-
YUV61.35158.28136.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=31.33%
G=19.31%
B=49.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73451150.370.6100.5526443.7531.37
Hex492D73253D0371082c1f
Octal1115516345750674105437
Binary10010011011011110011100101111101011011110000100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492D73; }

 p { color: rgb(73,45,115); }

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

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

 a { background-color: rgb(73,45,115); }

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

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

 span { border-color: rgb(73,45,115); }

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