Html Css Color HEX #491984 Windsor

📋 copy color: '#491984'

red 73 ◦ green 25 ◦ blue 132

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

Shades of Windsor #491984

Tints of Windsor #491984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 31.74%
G = 10.87%
B = 57.39%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491984 (or 0x491984) is known color: Windsor. HEX triplet: 49, 19 and 84. RGB value is (73,25,132). Sum of RGB (Red+Green+Blue) = 73+25+132=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #491984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491984 is #B6E67B. Grayscale: #333333. Windows color (decimal): -11986556 or 8657225. OLE color: 8657225.

HSL color Cylindrical-coordinate representation of color #491984: hue angle of 266.92º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491984 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 25 132 -
CMYK 0.45 0.81 0 0.48
HSL 266.92º 0.68% 0.31% -
HSV(B) 266.92º 0.81% 0.52% -
XYZ 7.26 3.78 22.18 -
YUV 51.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 73 25 132 0.45 0.81 0 0.48 266.92 0.68 0.31
Hex 49 19 84 2D 51 0 30 10B 44 1F
Octal 111 31 204 55 121 0 60 413 104 37
Binary 1001001 11001 10000100 101101 1010001 0 110000 100001011 1000100 11111

Color Harmonies of #491984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491984

Black with #491984

Text Example


Text Example

White with #491984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491984; }

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

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

background-color css

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

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

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

border-color css

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

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

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