#491A75

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

Shades of Blue Diamond #491A75

Tints of Blue Diamond #491A75

Color information

#491A75 (or 0x491A75) is unknown color: approx Blue Diamond. HEX triplet: 49, 1A and 75. RGB value is (73,26,117). Sum of RGB (Red+Green+Blue) = 73+26+117=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #491A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A75 is #B6E58A. Grayscale: #323232. Windows color (decimal): -11986315 or 7674441. OLE color: 7674441.

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

Color convert

RGB7326117-
CMYK0.380.7800.54
HSL270.99º63.64%28.04%-
HSV(B)270.99º77.78%45.88%-
XYZ6.333.4417.16-
YUV50.43165.57144.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=33.80%
G=12.04%
B=54.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73261170.380.7800.54270.9963.6428.04
Hex491A75264E03610f401c
Octal111321654611606641710034
Binary100100111010111010110011010011100110110100001111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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