#492876

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

Shades of Blue Diamond #492876

Tints of Blue Diamond #492876

Color information

#492876 (or 0x492876) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 76. RGB value is (73,40,118). Sum of RGB (Red+Green+Blue) = 73+40+118=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #492876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492876 is #B6D789. Grayscale: #3A3A3A. Windows color (decimal): -11982730 or 7743561. OLE color: 7743561.

HSL color Cylindrical-coordinate representation of color #492876: hue angle of 265.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492876 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7340118-
CMYK0.380.6600.54
HSL265.38º49.37%30.98%-
HSV(B)265.38º66.1%46.27%-
XYZ6.784.2417.6-
YUV58.76161.43138.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=31.60%
G=17.32%
B=51.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73401180.380.6600.54265.3849.3730.98
Hex4928762642036109311f
Octal11150166461020664116137
Binary100100110100011101101001101000010011011010000100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492876; }

 p { color: rgb(73,40,118); }

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

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

 a { background-color: rgb(73,40,118); }

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

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

 span { border-color: rgb(73,40,118); }

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