Html Css Color HEX #491E71 Blue Diamond

📋 copy color: '#491E71'

red 73 ◦ green 30 ◦ blue 113

#491E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #491E71

Tints of Blue Diamond #491E71

RGB

 RED value IS 73 (28.91% from 255) = 33.8%

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 33.8%
G = 13.89%
B = 52.31%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491E71 (or 0x491E71) is known color: Blue Diamond. HEX triplet: 49, 1E and 71. RGB value is (73,30,113). Sum of RGB (Red+Green+Blue) = 73+30+113=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #491E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E71 is #B6E18E. Grayscale: #343434. Windows color (decimal): -11985295 or 7413321. OLE color: 7413321.

HSL color Cylindrical-coordinate representation of color #491E71: hue angle of 271.08º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491E71 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 30 113 -
CMYK 0.35 0.73 0 0.56
HSL 271.08º 0.58% 0.28% -
HSV(B) 271.08º 0.73% 0.44% -
XYZ 6.19 3.54 15.98 -
YUV 52.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 73 30 113 0.35 0.73 0 0.56 271.08 0.58 0.28
Hex 49 1E 71 23 49 0 38 10F 3A 1C
Octal 111 36 161 43 111 0 70 417 72 34
Binary 1001001 11110 1110001 100011 1001001 0 111000 100001111 111010 11100

Color Harmonies of #491E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E71

Black with #491E71

Text Example


Text Example

White with #491E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,113); }

 H1.HeaderClassName
 {
   color: #491E71;
 }
 .AnyTagClassName
 {
   color: #491E71;
 }
</style>

background-color css

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

 a { background-color: rgb(73,30,113); }

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

border-color css

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

 span { border-color: rgb(73,30,113); }

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