#492074

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

Shades of Blue Diamond #492074

Tints of Blue Diamond #492074

Color information

#492074 (or 0x492074) is unknown color: approx Blue Diamond. HEX triplet: 49, 20 and 74. RGB value is (73,32,116). Sum of RGB (Red+Green+Blue) = 73+32+116=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #492074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492074 is #B6DF8B. Grayscale: #353535. Windows color (decimal): -11984780 or 7610441. OLE color: 7610441.

HSL color Cylindrical-coordinate representation of color #492074: hue angle of 269.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492074 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7332116-
CMYK0.370.7200.55
HSL269.29º56.76%29.02%-
HSV(B)269.29º72.41%45.49%-
XYZ6.423.7116.9-
YUV53.83163.08141.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=33.03%
G=14.48%
B=52.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73321160.370.7200.55269.2956.7629.02
Hex492074254803710d391d
Octal11140164451100674157135
Binary100100110000011101001001011001000011011110000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492074; }

 p { color: rgb(73,32,116); }

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

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

 a { background-color: rgb(73,32,116); }

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

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

 span { border-color: rgb(73,32,116); }

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