#492072

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

Shades of Blue Diamond #492072

Tints of Blue Diamond #492072

Color information

#492072 (or 0x492072) is unknown color: approx Blue Diamond. HEX triplet: 49, 20 and 72. RGB value is (73,32,114). Sum of RGB (Red+Green+Blue) = 73+32+114=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #492072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492072 is #B6DF8D. Grayscale: #353535. Windows color (decimal): -11984782 or 7479369. OLE color: 7479369.

HSL color Cylindrical-coordinate representation of color #492072: hue angle of 270º degrees, saturation: 0.56, 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 #492072 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7332114-
CMYK0.360.7200.55
HSL270º56.16%28.63%-
HSV(B)270º71.93%44.71%-
XYZ6.33.6616.29-
YUV53.61162.08141.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=33.33%
G=14.61%
B=52.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73321140.360.7200.5527056.1628.63
Hex492072244803710e381d
Octal11140162441100674167035
Binary100100110000011100101001001001000011011110000111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492072; }

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

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

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

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

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

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

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

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