Html Css Color HEX #491773 Blue Diamond

📋 copy color: '#491773'

red 73 ◦ green 23 ◦ blue 115

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

Shades of Blue Diamond #491773

Tints of Blue Diamond #491773

RGB

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

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

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

R = 34.6%
G = 10.9%
B = 54.5%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491773 (or 0x491773) is known color: Blue Diamond. HEX triplet: 49, 17 and 73. RGB value is (73,23,115). Sum of RGB (Red+Green+Blue) = 73+23+115=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #491773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491773 is #B6E88C. Grayscale: #303030. Windows color (decimal): -11987085 or 7542601. OLE color: 7542601.

HSL color Cylindrical-coordinate representation of color #491773: hue angle of 272.61º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491773 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 23 115 -
CMYK 0.37 0.80 0 0.55
HSL 272.61º 0.67% 0.27% -
HSV(B) 272.61º 0.8% 0.45% -
XYZ 6.15 3.27 16.53 -
YUV 48.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 73 23 115 0.37 0.80 0 0.55 272.61 0.67 0.27
Hex 49 17 73 25 50 0 37 111 43 1B
Octal 111 27 163 45 120 0 67 421 103 33
Binary 1001001 10111 1110011 100101 1010000 0 110111 100010001 1000011 11011

Color Harmonies of #491773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491773

Black with #491773

Text Example


Text Example

White with #491773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491773; }

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

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

background-color css

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

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

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

border-color css

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

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

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