Html Css Color HEX #491973 Blue Diamond

📋 copy color: '#491973'

red 73 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #491973

Tints of Blue Diamond #491973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 34.27%
G = 11.74%
B = 53.99%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491973 (or 0x491973) is known color: Blue Diamond. HEX triplet: 49, 19 and 73. RGB value is (73,25,115). Sum of RGB (Red+Green+Blue) = 73+25+115=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #491973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491973 is #B6E68C. Grayscale: #313131. Windows color (decimal): -11986573 or 7543113. OLE color: 7543113.

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

Color convert

RGB 73 25 115 -
CMYK 0.37 0.78 0 0.55
HSL 272º 0.64% 0.27% -
HSV(B) 272º 0.78% 0.45% -
XYZ 6.19 3.35 16.54 -
YUV 49.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 73 25 115 0.37 0.78 0 0.55 272 0.64 0.27
Hex 49 19 73 25 4E 0 37 110 40 1B
Octal 111 31 163 45 116 0 67 420 100 33
Binary 1001001 11001 1110011 100101 1001110 0 110111 100010000 1000000 11011

Color Harmonies of #491973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491973

Black with #491973

Text Example


Text Example

White with #491973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491973; }

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

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

background-color css

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

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

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

border-color css

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

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

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