#492D66

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

Shades of Blue Diamond #492D66

Tints of Blue Diamond #492D66

Color information

#492D66 (or 0x492D66) is unknown color: approx Blue Diamond. HEX triplet: 49, 2D and 66. RGB value is (73,45,102). Sum of RGB (Red+Green+Blue) = 73+45+102=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #492D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D66 is #B6D299. Grayscale: #3B3B3B. Windows color (decimal): -11981466 or 6696265. OLE color: 6696265.

HSL color Cylindrical-coordinate representation of color #492D66: hue angle of 269.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492D66 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7345102-
CMYK0.280.5600.6
HSL269.47º38.78%28.82%-
HSV(B)269.47º55.88%40%-
XYZ6.084.2513.07-
YUV59.87151.78137.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=33.18%
G=20.45%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73451020.280.5600.6269.4738.7828.82
Hex492D661C3803C10d271d
Octal1115514634700744154735
Binary1001001101101110011011100111000011110010000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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