Html Css Color HEX #491C71 Blue Diamond

📋 copy color: '#491C71'

red 73 ◦ green 28 ◦ blue 113

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

Shades of Blue Diamond #491C71

Tints of Blue Diamond #491C71

RGB

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

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

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

R = 34.11%
G = 13.08%
B = 52.8%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491C71 (or 0x491C71) is known color: Blue Diamond. HEX triplet: 49, 1C and 71. RGB value is (73,28,113). Sum of RGB (Red+Green+Blue) = 73+28+113=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #491C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C71 is #B6E38E. Grayscale: #323232. Windows color (decimal): -11985807 or 7412809. OLE color: 7412809.

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

Color convert

RGB 73 28 113 -
CMYK 0.35 0.75 0 0.56
HSL 271.76º 0.6% 0.28% -
HSV(B) 271.76º 0.75% 0.44% -
XYZ 6.14 3.44 15.96 -
YUV 51.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 73 28 113 0.35 0.75 0 0.56 271.76 0.6 0.28
Hex 49 1C 71 23 4B 0 38 110 3C 1C
Octal 111 34 161 43 113 0 70 420 74 34
Binary 1001001 11100 1110001 100011 1001011 0 111000 100010000 111100 11100

Color Harmonies of #491C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C71

Black with #491C71

Text Example


Text Example

White with #491C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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