#491779

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

Shades of Blue Diamond #491779

Tints of Blue Diamond #491779

Color information

#491779 (or 0x491779) is unknown color: approx Blue Diamond. HEX triplet: 49, 17 and 79. RGB value is (73,23,121). Sum of RGB (Red+Green+Blue) = 73+23+121=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #491779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491779 is #B6E886. Grayscale: #303030. Windows color (decimal): -11987079 or 7935817. OLE color: 7935817.

HSL color Cylindrical-coordinate representation of color #491779: hue angle of 270.61º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491779 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7323121-
CMYK0.400.8100.53
HSL270.61º68.06%28.24%-
HSV(B)270.61º80.99%47.45%-
XYZ6.513.4118.4-
YUV49.12168.56145.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=33.64%
G=10.60%
B=55.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73231210.400.8100.53270.6168.0628.24
Hex491779285103510f441c
Octal111271715012106541710434
Binary100100110111111100110100010100010110101100001111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491779; }

 p { color: rgb(73,23,121); }

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

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

 a { background-color: rgb(73,23,121); }

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

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

 span { border-color: rgb(73,23,121); }

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