Html Css Color HEX #492191 Windsor

📋 copy color: '#492191'

red 73 ◦ green 33 ◦ blue 145

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

Shades of Windsor #492191

Tints of Windsor #492191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 29.08%
G = 13.15%
B = 57.77%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492191 (or 0x492191) is known color: Windsor. HEX triplet: 49, 21 and 91. RGB value is (73,33,145). Sum of RGB (Red+Green+Blue) = 73+33+145=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #492191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492191 is #B6DE6E. Grayscale: #393939. Windows color (decimal): -11984495 or 9511241. OLE color: 9511241.

HSL color Cylindrical-coordinate representation of color #492191: hue angle of 261.43º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492191 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 33 145 -
CMYK 0.50 0.77 0 0.43
HSL 261.43º 0.63% 0.35% -
HSV(B) 261.43º 0.77% 0.57% -
XYZ 8.4 4.55 27.22 -
YUV 57.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 73 33 145 0.50 0.77 0 0.43 261.43 0.63 0.35
Hex 49 21 91 32 4D 0 2B 105 3F 23
Octal 111 41 221 62 115 0 53 405 77 43
Binary 1001001 100001 10010001 110010 1001101 0 101011 100000101 111111 100011

Color Harmonies of #492191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492191

Black with #492191

Text Example


Text Example

White with #492191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492191; }

 p { color: rgb(73,33,145); }

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

background-color css

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

 a { background-color: rgb(73,33,145); }

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

border-color css

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

 span { border-color: rgb(73,33,145); }

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