#491872

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

Shades of Blue Diamond #491872

Tints of Blue Diamond #491872

Color information

#491872 (or 0x491872) is unknown color: approx Blue Diamond. HEX triplet: 49, 18 and 72. RGB value is (73,24,114). Sum of RGB (Red+Green+Blue) = 73+24+114=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #491872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491872 is #B6E78D. Grayscale: #303030. Windows color (decimal): -11986830 or 7477321. OLE color: 7477321.

HSL color Cylindrical-coordinate representation of color #491872: hue angle of 272.67º degrees, saturation: 0.65, 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 #491872 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7324114-
CMYK0.360.7900.55
HSL272.67º65.22%27.06%-
HSV(B)272.67º78.95%44.71%-
XYZ6.113.2816.23-
YUV48.91164.73145.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=34.60%
G=11.37%
B=54.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73241140.360.7900.55272.6765.2227.06
Hex491872244F037111411b
Octal111301624411706742110133
Binary100100111000111001010010010011110110111100010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491872; }

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

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

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

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

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

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

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

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