#491F6C

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

Shades of Blue Diamond #491F6C

Tints of Blue Diamond #491F6C

Color information

#491F6C (or 0x491F6C) is unknown color: approx Blue Diamond. HEX triplet: 49, 1F and 6C. RGB value is (73,31,108). Sum of RGB (Red+Green+Blue) = 73+31+108=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #491F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F6C is #B6E093. Grayscale: #343434. Windows color (decimal): -11985044 or 7085897. OLE color: 7085897.

HSL color Cylindrical-coordinate representation of color #491F6C: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491F6C is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7331108-
CMYK0.320.7100.58
HSL272.73º55.4%27.25%-
HSV(B)272.73º71.3%42.35%-
XYZ5.943.4814.55-
YUV52.34159.41142.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.43%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=34.43%
G=14.62%
B=50.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73311080.320.7100.58272.7355.427.25
Hex491F6C204703A111371b
Octal11137154401070724216733
Binary10010011111111011001000001000111011101010001000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,108); }

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

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

 a { background-color: rgb(73,31,108); }

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

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

 span { border-color: rgb(73,31,108); }

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