Html Css Color HEX #491E72 Blue Diamond

📋 copy color: '#491E72'

red 73 ◦ green 30 ◦ blue 114

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

Shades of Blue Diamond #491E72

Tints of Blue Diamond #491E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 33.64%
G = 13.82%
B = 52.53%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491E72 (or 0x491E72) is known color: Blue Diamond. HEX triplet: 49, 1E and 72. RGB value is (73,30,114). Sum of RGB (Red+Green+Blue) = 73+30+114=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #491E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E72 is #B6E18D. Grayscale: #343434. Windows color (decimal): -11985294 or 7478857. OLE color: 7478857.

HSL color Cylindrical-coordinate representation of color #491E72: hue angle of 270.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491E72 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 30 114 -
CMYK 0.36 0.74 0 0.55
HSL 270.71º 0.58% 0.28% -
HSV(B) 270.71º 0.74% 0.45% -
XYZ 6.25 3.56 16.28 -
YUV 52.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 73 30 114 0.36 0.74 0 0.55 270.71 0.58 0.28
Hex 49 1E 72 24 4A 0 37 10F 3A 1C
Octal 111 36 162 44 112 0 67 417 72 34
Binary 1001001 11110 1110010 100100 1001010 0 110111 100001111 111010 11100

Color Harmonies of #491E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E72

Black with #491E72

Text Example


Text Example

White with #491E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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