Html Css Color HEX #491C79 Blue Diamond

📋 copy color: '#491C79'

red 73 ◦ green 28 ◦ blue 121

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

Shades of Blue Diamond #491C79

Tints of Blue Diamond #491C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 32.88%
G = 12.61%
B = 54.5%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#491C79 (or 0x491C79) is known color: Blue Diamond. HEX triplet: 49, 1C and 79. RGB value is (73,28,121). Sum of RGB (Red+Green+Blue) = 73+28+121=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #491C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C79 is #B6E386. Grayscale: #333333. Windows color (decimal): -11985799 or 7937097. OLE color: 7937097.

HSL color Cylindrical-coordinate representation of color #491C79: hue angle of 269.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491C79 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 28 121 -
CMYK 0.40 0.77 0 0.53
HSL 269.03º 0.62% 0.29% -
HSV(B) 269.03º 0.77% 0.47% -
XYZ 6.61 3.63 18.44 -
YUV 52.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 73 28 121 0.40 0.77 0 0.53 269.03 0.62 0.29
Hex 49 1C 79 28 4D 0 35 10D 3E 1D
Octal 111 34 171 50 115 0 65 415 76 35
Binary 1001001 11100 1111001 101000 1001101 0 110101 100001101 111110 11101

Color Harmonies of #491C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C79

Black with #491C79

Text Example


Text Example

White with #491C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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