#491968

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

Shades of Blue Diamond #491968

Tints of Blue Diamond #491968

Color information

#491968 (or 0x491968) is unknown color: approx Blue Diamond. HEX triplet: 49, 19 and 68. RGB value is (73,25,104). Sum of RGB (Red+Green+Blue) = 73+25+104=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #491968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491968 is #B6E697. Grayscale: #303030. Windows color (decimal): -11986584 or 6822217. OLE color: 6822217.

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

Color convert

RGB7325104-
CMYK0.300.7600.59
HSL276.46º61.24%25.29%-
HSV(B)276.46º75.96%40.78%-
XYZ5.593.1113.4-
YUV48.36159.4145.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=36.14%
G=12.38%
B=51.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73251040.300.7600.59276.4661.2425.29
Hex4919681E4C03B1143d19
Octal11131150361140734247531
Binary1001001110011101000111101001100011101110001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491968; }

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

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

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

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

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

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

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

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