Html Css Color HEX #491972 Blue Diamond

📋 copy color: '#491972'

red 73 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #491972

Tints of Blue Diamond #491972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 34.43%
G = 11.79%
B = 53.77%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491972 (or 0x491972) is known color: Blue Diamond. HEX triplet: 49, 19 and 72. RGB value is (73,25,114). Sum of RGB (Red+Green+Blue) = 73+25+114=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #491972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491972 is #B6E68D. Grayscale: #313131. Windows color (decimal): -11986574 or 7477577. OLE color: 7477577.

HSL color Cylindrical-coordinate representation of color #491972: hue angle of 272.36º 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 #491972 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 25 114 -
CMYK 0.36 0.78 0 0.55
HSL 272.36º 0.64% 0.27% -
HSV(B) 272.36º 0.78% 0.45% -
XYZ 6.13 3.33 16.24 -
YUV 49.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 73 25 114 0.36 0.78 0 0.55 272.36 0.64 0.27
Hex 49 19 72 24 4E 0 37 110 40 1B
Octal 111 31 162 44 116 0 67 420 100 33
Binary 1001001 11001 1110010 100100 1001110 0 110111 100010000 1000000 11011

Color Harmonies of #491972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491972

Black with #491972

Text Example


Text Example

White with #491972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491972; }

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

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

background-color css

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

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

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

border-color css

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

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

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