Html Css Color HEX #491D72 Blue Diamond

📋 copy color: '#491D72'

red 73 ◦ green 29 ◦ blue 114

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

Shades of Blue Diamond #491D72

Tints of Blue Diamond #491D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

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

R = 33.8%
G = 13.43%
B = 52.78%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491D72 (or 0x491D72) is known color: Blue Diamond. HEX triplet: 49, 1D and 72. RGB value is (73,29,114). Sum of RGB (Red+Green+Blue) = 73+29+114=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #491D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D72 is #B6E28D. Grayscale: #333333. Windows color (decimal): -11985550 or 7478601. OLE color: 7478601.

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

Color convert

RGB 73 29 114 -
CMYK 0.36 0.75 0 0.55
HSL 271.06º 0.59% 0.28% -
HSV(B) 271.06º 0.75% 0.45% -
XYZ 6.22 3.51 16.27 -
YUV 51.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 73 29 114 0.36 0.75 0 0.55 271.06 0.59 0.28
Hex 49 1D 72 24 4B 0 37 10F 3B 1C
Octal 111 35 162 44 113 0 67 417 73 34
Binary 1001001 11101 1110010 100100 1001011 0 110111 100001111 111011 11100

Color Harmonies of #491D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D72

Black with #491D72

Text Example


Text Example

White with #491D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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