#491874

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

Shades of Blue Diamond #491874

Tints of Blue Diamond #491874

Color information

#491874 (or 0x491874) is unknown color: approx Blue Diamond. HEX triplet: 49, 18 and 74. RGB value is (73,24,116). Sum of RGB (Red+Green+Blue) = 73+24+116=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #491874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491874 is #B6E78B. Grayscale: #303030. Windows color (decimal): -11986828 or 7608393. OLE color: 7608393.

HSL color Cylindrical-coordinate representation of color #491874: hue angle of 271.96º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491874 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7324116-
CMYK0.370.7900.55
HSL271.96º65.71%27.45%-
HSV(B)271.96º79.31%45.49%-
XYZ6.233.3316.84-
YUV49.14165.73145.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=34.27%
G=11.27%
B=54.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73241160.370.7900.55271.9665.7127.45
Hex491874254F037110421b
Octal111301644511706742010233
Binary100100111000111010010010110011110110111100010000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491874; }

 p { color: rgb(73,24,116); }

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

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

 a { background-color: rgb(73,24,116); }

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

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

 span { border-color: rgb(73,24,116); }

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