Html Css Color HEX #491779 Blue Diamond

📋 copy color: '#491779'

red 73 ◦ green 23 ◦ blue 121

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

Shades of Blue Diamond #491779

Tints of Blue Diamond #491779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 33.64%
G = 10.6%
B = 55.76%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#491779 (or 0x491779) is known color: Blue Diamond. HEX triplet: 49, 17 and 79. RGB value is (73,23,121). Sum of RGB (Red+Green+Blue) = 73+23+121=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #491779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491779 is #B6E886. Grayscale: #303030. Windows color (decimal): -11987079 or 7935817. OLE color: 7935817.

HSL color Cylindrical-coordinate representation of color #491779: hue angle of 270.61º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491779 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 23 121 -
CMYK 0.40 0.81 0 0.53
HSL 270.61º 0.68% 0.28% -
HSV(B) 270.61º 0.81% 0.47% -
XYZ 6.51 3.41 18.4 -
YUV 49.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 73 23 121 0.40 0.81 0 0.53 270.61 0.68 0.28
Hex 49 17 79 28 51 0 35 10F 44 1C
Octal 111 27 171 50 121 0 65 417 104 34
Binary 1001001 10111 1111001 101000 1010001 0 110101 100001111 1000100 11100

Color Harmonies of #491779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491779

Black with #491779

Text Example


Text Example

White with #491779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491779; }

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

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

background-color css

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

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

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

border-color css

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

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

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