#491975

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

Shades of Blue Diamond #491975

Tints of Blue Diamond #491975

Color information

#491975 (or 0x491975) is unknown color: approx Blue Diamond. HEX triplet: 49, 19 and 75. RGB value is (73,25,117). Sum of RGB (Red+Green+Blue) = 73+25+117=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #491975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491975 is #B6E68A. Grayscale: #313131. Windows color (decimal): -11986571 or 7674185. OLE color: 7674185.

HSL color Cylindrical-coordinate representation of color #491975: hue angle of 271.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491975 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7325117-
CMYK0.380.7900.54
HSL271.3º64.79%27.84%-
HSV(B)271.3º78.63%45.88%-
XYZ6.313.417.15-
YUV49.84165.9144.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=33.95%
G=11.63%
B=54.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73251170.380.7900.54271.364.7927.84
Hex491975264F03610f411c
Octal111311654611706641710134
Binary100100111001111010110011010011110110110100001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491975; }

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

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

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

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

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

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

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

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