#491875

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

Shades of Blue Diamond #491875

Tints of Blue Diamond #491875

Color information

#491875 (or 0x491875) is unknown color: approx Blue Diamond. HEX triplet: 49, 18 and 75. RGB value is (73,24,117). Sum of RGB (Red+Green+Blue) = 73+24+117=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #491875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491875 is #B6E78A. Grayscale: #303030. Windows color (decimal): -11986827 or 7673929. OLE color: 7673929.

HSL color Cylindrical-coordinate representation of color #491875: hue angle of 271.61º degrees, saturation: 0.66, 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 #491875 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7324117-
CMYK0.380.7900.54
HSL271.61º65.96%27.65%-
HSV(B)271.61º79.49%45.88%-
XYZ6.293.3517.15-
YUV49.25166.23144.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=34.11%
G=11.21%
B=54.67%

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
Decimal73241170.380.7900.54271.6165.9627.65
Hex491875264F036110421c
Octal111301654611706642010234
Binary100100111000111010110011010011110110110100010000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491875; }

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

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

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

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

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

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

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

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