Html Css Color HEX #491C73 Blue Diamond

📋 copy color: '#491C73'

red 73 ◦ green 28 ◦ blue 115

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

Shades of Blue Diamond #491C73

Tints of Blue Diamond #491C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.96%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 33.8%
G = 12.96%
B = 53.24%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491C73 (or 0x491C73) is known color: Blue Diamond. HEX triplet: 49, 1C and 73. RGB value is (73,28,115). Sum of RGB (Red+Green+Blue) = 73+28+115=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #491C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C73 is #B6E38C. Grayscale: #333333. Windows color (decimal): -11985805 or 7543881. OLE color: 7543881.

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

Color convert

RGB 73 28 115 -
CMYK 0.37 0.76 0 0.55
HSL 271.03º 0.61% 0.28% -
HSV(B) 271.03º 0.76% 0.45% -
XYZ 6.26 3.48 16.56 -
YUV 51.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 73 28 115 0.37 0.76 0 0.55 271.03 0.61 0.28
Hex 49 1C 73 25 4C 0 37 10F 3D 1C
Octal 111 34 163 45 114 0 67 417 75 34
Binary 1001001 11100 1110011 100101 1001100 0 110111 100001111 111101 11100

Color Harmonies of #491C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C73

Black with #491C73

Text Example


Text Example

White with #491C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,28,115); }

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

background-color css

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

 a { background-color: rgb(73,28,115); }

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

border-color css

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

 span { border-color: rgb(73,28,115); }

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