#492E6A

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

Shades of Blue Diamond #492E6A

Tints of Blue Diamond #492E6A

Color information

#492E6A (or 0x492E6A) is unknown color: approx Blue Diamond. HEX triplet: 49, 2E and 6A. RGB value is (73,46,106). Sum of RGB (Red+Green+Blue) = 73+46+106=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #492E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E6A is #B6D195. Grayscale: #3C3C3C. Windows color (decimal): -11981206 or 6958665. OLE color: 6958665.

HSL color Cylindrical-coordinate representation of color #492E6A: hue angle of 267º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492E6A is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7346106-
CMYK0.310.5700.58
HSL267º39.47%29.8%-
HSV(B)267º56.6%41.57%-
XYZ6.334.4114.15-
YUV60.91153.45136.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=32.44%
G=20.44%
B=47.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73461060.310.5700.5826739.4729.8
Hex492E6A1F3903A10b271e
Octal1115615237710724134736
Binary1001001101110110101011111111001011101010000101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,46,106); }

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

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

 a { background-color: rgb(73,46,106); }

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

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

 span { border-color: rgb(73,46,106); }

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