Html Css Color HEX #492091 Windsor

📋 copy color: '#492091'

red 73 ◦ green 32 ◦ blue 145

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

Shades of Windsor #492091

Tints of Windsor #492091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 29.2%
G = 12.8%
B = 58%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492091 (or 0x492091) is known color: Windsor. HEX triplet: 49, 20 and 91. RGB value is (73,32,145). Sum of RGB (Red+Green+Blue) = 73+32+145=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #492091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492091 is #B6DF6E. Grayscale: #383838. Windows color (decimal): -11984751 or 9510985. OLE color: 9510985.

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

Color convert

RGB 73 32 145 -
CMYK 0.50 0.78 0 0.43
HSL 261.77º 0.64% 0.35% -
HSV(B) 261.77º 0.78% 0.57% -
XYZ 8.38 4.49 27.21 -
YUV 57.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 73 32 145 0.50 0.78 0 0.43 261.77 0.64 0.35
Hex 49 20 91 32 4E 0 2B 106 40 23
Octal 111 40 221 62 116 0 53 406 100 43
Binary 1001001 100000 10010001 110010 1001110 0 101011 100000110 1000000 100011

Color Harmonies of #492091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492091

Black with #492091

Text Example


Text Example

White with #492091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492091; }

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

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

background-color css

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

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

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

border-color css

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

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

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