#492972

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

Shades of Blue Diamond #492972

Tints of Blue Diamond #492972

Color information

#492972 (or 0x492972) is unknown color: approx Blue Diamond. HEX triplet: 49, 29 and 72. RGB value is (73,41,114). Sum of RGB (Red+Green+Blue) = 73+41+114=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #492972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492972 is #B6D68D. Grayscale: #3A3A3A. Windows color (decimal): -11982478 or 7481673. OLE color: 7481673.

HSL color Cylindrical-coordinate representation of color #492972: hue angle of 266.3º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #492972 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7341114-
CMYK0.360.6400.55
HSL266.3º47.1%30.39%-
HSV(B)266.3º64.04%44.71%-
XYZ6.584.2216.39-
YUV58.89159.1138.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 114 (44.92% from 255) = 50%
R=32.02%
G=17.98%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73411140.360.6400.55266.347.130.39
Hex492972244003710a2f1e
Octal11151162441000674125736
Binary100100110100111100101001001000000011011110000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492972; }

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

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

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

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

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

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

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

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