Html Css Color HEX #491886 Windsor

📋 copy color: '#491886'

red 73 ◦ green 24 ◦ blue 134

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

Shades of Windsor #491886

Tints of Windsor #491886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

 BLUE value IS 134 (52.73% from 255) = 58.01%

R = 31.6%
G = 10.39%
B = 58.01%

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

#491886 (or 0x491886) is known color: Windsor. HEX triplet: 49, 18 and 86. RGB value is (73,24,134). Sum of RGB (Red+Green+Blue) = 73+24+134=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #491886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491886 is #B6E779. Grayscale: #323232. Windows color (decimal): -11986810 or 8788041. OLE color: 8788041.

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

Color convert

RGB 73 24 134 -
CMYK 0.46 0.82 0 0.47
HSL 266.73º 0.7% 0.31% -
HSV(B) 266.73º 0.82% 0.53% -
XYZ 7.38 3.79 22.9 -
YUV 51.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 73 24 134 0.46 0.82 0 0.47 266.73 0.7 0.31
Hex 49 18 86 2E 52 0 2F 10B 46 1F
Octal 111 30 206 56 122 0 57 413 106 37
Binary 1001001 11000 10000110 101110 1010010 0 101111 100001011 1000110 11111

Color Harmonies of #491886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491886

Black with #491886

Text Example


Text Example

White with #491886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491886; }

 p { color: rgb(73,24,134); }

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

background-color css

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

 a { background-color: rgb(73,24,134); }

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

border-color css

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

 span { border-color: rgb(73,24,134); }

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