#492A69

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

Shades of Blue Diamond #492A69

Tints of Blue Diamond #492A69

Color information

#492A69 (or 0x492A69) is unknown color: approx Blue Diamond. HEX triplet: 49, 2A and 69. RGB value is (73,42,105). Sum of RGB (Red+Green+Blue) = 73+42+105=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #492A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A69 is #B6D596. Grayscale: #3A3A3A. Windows color (decimal): -11982231 or 6892105. OLE color: 6892105.

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

Color convert

RGB7342105-
CMYK0.300.600.59
HSL269.52º42.86%28.82%-
HSV(B)269.52º60%41.18%-
XYZ6.134.0913.83-
YUV58.45154.27138.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=33.18%
G=19.09%
B=47.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73421050.300.600.59269.5242.8628.82
Hex492A691E3C03B10e2b1d
Octal1115215136740734165335
Binary1001001101010110100111110111100011101110000111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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