Html Css Color HEX #491992 Windsor

📋 copy color: '#491992'

red 73 ◦ green 25 ◦ blue 146

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

Shades of Windsor #491992

Tints of Windsor #491992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 29.92%
G = 10.25%
B = 59.84%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491992 (or 0x491992) is known color: Windsor. HEX triplet: 49, 19 and 92. RGB value is (73,25,146). Sum of RGB (Red+Green+Blue) = 73+25+146=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #491992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491992 is #B6E66D. Grayscale: #343434. Windows color (decimal): -11986542 or 9574729. OLE color: 9574729.

HSL color Cylindrical-coordinate representation of color #491992: hue angle of 263.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491992 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 25 146 -
CMYK 0.5 0.83 0 0.43
HSL 263.8º 0.71% 0.34% -
HSV(B) 263.8º 0.83% 0.57% -
XYZ 8.28 4.19 27.57 -
YUV 53.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 73 25 146 0.5 0.83 0 0.43 263.8 0.71 0.34
Hex 49 19 92 32 53 0 2B 108 47 22
Octal 111 31 222 62 123 0 53 410 107 42
Binary 1001001 11001 10010010 110010 1010011 0 101011 100001000 1000111 100010

Color Harmonies of #491992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491992

Black with #491992

Text Example


Text Example

White with #491992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491992; }

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

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

background-color css

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

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

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

border-color css

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

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

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