Html Css Color HEX #491988 Windsor

📋 copy color: '#491988'

red 73 ◦ green 25 ◦ blue 136

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

Shades of Windsor #491988

Tints of Windsor #491988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.12%

R = 31.2%
G = 10.68%
B = 58.12%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491988 (or 0x491988) is known color: Windsor. HEX triplet: 49, 19 and 88. RGB value is (73,25,136). Sum of RGB (Red+Green+Blue) = 73+25+136=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #491988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491988 is #B6E677. Grayscale: #333333. Windows color (decimal): -11986552 or 8919369. OLE color: 8919369.

HSL color Cylindrical-coordinate representation of color #491988: hue angle of 265.95º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491988 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 25 136 -
CMYK 0.46 0.82 0 0.47
HSL 265.95º 0.69% 0.32% -
HSV(B) 265.95º 0.82% 0.53% -
XYZ 7.54 3.89 23.65 -
YUV 52.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 73 25 136 0.46 0.82 0 0.47 265.95 0.69 0.32
Hex 49 19 88 2E 52 0 2F 10A 45 20
Octal 111 31 210 56 122 0 57 412 105 40
Binary 1001001 11001 10001000 101110 1010010 0 101111 100001010 1000101 100000

Color Harmonies of #491988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491988

Black with #491988

Text Example


Text Example

White with #491988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491988; }

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

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

background-color css

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

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

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

border-color css

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

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

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