#492269

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

Shades of Blue Diamond #492269

Tints of Blue Diamond #492269

Color information

#492269 (or 0x492269) is unknown color: approx Blue Diamond. HEX triplet: 49, 22 and 69. RGB value is (73,34,105). Sum of RGB (Red+Green+Blue) = 73+34+105=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #492269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492269 is #B6DD96. Grayscale: #353535. Windows color (decimal): -11984279 or 6890057. OLE color: 6890057.

HSL color Cylindrical-coordinate representation of color #492269: hue angle of 272.96º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492269 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7334105-
CMYK0.300.6800.59
HSL272.96º51.08%27.25%-
HSV(B)272.96º67.62%41.18%-
XYZ5.873.5813.75-
YUV53.76156.92141.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=34.43%
G=16.04%
B=49.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73341050.300.6800.59272.9651.0827.25
Hex4922691E4403B111331b
Octal11142151361040734216333
Binary10010011000101101001111101000100011101110001000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492269; }

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

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

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

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

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

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

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

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