#492D69

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

Shades of Blue Diamond #492D69

Tints of Blue Diamond #492D69

Color information

#492D69 (or 0x492D69) is unknown color: approx Blue Diamond. HEX triplet: 49, 2D and 69. RGB value is (73,45,105). Sum of RGB (Red+Green+Blue) = 73+45+105=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #492D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D69 is #B6D296. Grayscale: #3C3C3C. Windows color (decimal): -11981463 or 6892873. OLE color: 6892873.

HSL color Cylindrical-coordinate representation of color #492D69: hue angle of 268º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492D69 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7345105-
CMYK0.300.5700.59
HSL268º40%29.41%-
HSV(B)268º57.14%41.18%-
XYZ6.244.3113.87-
YUV60.21153.28137.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=32.74%
G=20.18%
B=47.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73451050.300.5700.592684029.41
Hex492D691E3903B10c281d
Octal1115515136710734145035
Binary1001001101101110100111110111001011101110000110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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