#491a68

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

Shades of Blue Diamond #491A68

Tints of Blue Diamond #491A68

Color information

#491A68 (or 0x491A68) is unknown color: approx Blue Diamond. HEX triplet: 49, 1A and 68. RGB value is (73,26,104). Sum of RGB (Red+Green+Blue) = 73+26+104=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #491A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A68 is #B6E597. Grayscale: #303030. Windows color (decimal): -11986328 or 6822473. OLE color: 6822473.

HSL color Cylindrical-coordinate representation of color #491A68: hue angle of 276.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491A68 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7326104-
CMYK0.300.7500.59
HSL276.15º60%25.49%-
HSV(B)276.15º75%40.78%-
XYZ5.623.1513.41-
YUV48.94159.07145.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=35.96%
G=12.81%
B=51.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73261040.300.7500.59276.156025.49
Hex491A681E4B03B1143c19
Octal11132150361130734247431
Binary1001001110101101000111101001011011101110001010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491a68; }

 p { color: rgb(73,26,104); }

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

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

 a { background-color: rgb(73,26,104); }

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

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

 span { border-color: rgb(73,26,104); }

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