#492E6B

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

Shades of Blue Diamond #492E6B

Tints of Blue Diamond #492E6B

Color information

#492E6B (or 0x492E6B) is unknown color: approx Blue Diamond. HEX triplet: 49, 2E and 6B. RGB value is (73,46,107). Sum of RGB (Red+Green+Blue) = 73+46+107=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #492E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E6B is #B6D194. Grayscale: #3C3C3C. Windows color (decimal): -11981205 or 7024201. OLE color: 7024201.

HSL color Cylindrical-coordinate representation of color #492E6B: hue angle of 266.56º degrees, saturation: 0.4, 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 #492E6B is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7346107-
CMYK0.320.5700.58
HSL266.56º39.87%30%-
HSV(B)266.56º57.01%41.96%-
XYZ6.384.4314.43-
YUV61.03153.95136.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=32.30%
G=20.35%
B=47.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73461070.320.5700.58266.5639.8730
Hex492E6B203903A10b281e
Octal1115615340710724135036
Binary10010011011101101011100000111001011101010000101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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