#491676

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

Shades of Blue Diamond #491676

Tints of Blue Diamond #491676

Color information

#491676 (or 0x491676) is unknown color: approx Blue Diamond. HEX triplet: 49, 16 and 76. RGB value is (73,22,118). Sum of RGB (Red+Green+Blue) = 73+22+118=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #491676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491676 is #B6E989. Grayscale: #2F2F2F. Windows color (decimal): -11987338 or 7738953. OLE color: 7738953.

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

Color convert

RGB7322118-
CMYK0.380.8100.54
HSL271.88º68.57%27.45%-
HSV(B)271.88º81.36%46.27%-
XYZ6.33.317.44-
YUV48.19167.4145.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=34.27%
G=10.33%
B=55.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73221180.380.8100.54271.8868.5727.45
Hex4916762651036110451b
Octal111261664612106642010533
Binary100100110110111011010011010100010110110100010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491676; }

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

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

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

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

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

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

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

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