#492569

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

Shades of Blue Diamond #492569

Tints of Blue Diamond #492569

Color information

#492569 (or 0x492569) is unknown color: approx Blue Diamond. HEX triplet: 49, 25 and 69. RGB value is (73,37,105). Sum of RGB (Red+Green+Blue) = 73+37+105=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #492569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492569 is #B6DA96. Grayscale: #373737. Windows color (decimal): -11983511 or 6890825. OLE color: 6890825.

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

Color convert

RGB7337105-
CMYK0.300.6500.59
HSL271.76º47.89%27.84%-
HSV(B)271.76º64.76%41.18%-
XYZ5.963.7613.78-
YUV55.52155.93140.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=33.95%
G=17.21%
B=48.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73371050.300.6500.59271.7647.8927.84
Hex4925691E4103B110301c
Octal11145151361010734206034
Binary10010011001011101001111101000001011101110001000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492569; }

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

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

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

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

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

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

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

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