Html Css Color HEX #492089 Windsor

📋 copy color: '#492089'

red 73 ◦ green 32 ◦ blue 137

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

Shades of Windsor #492089

Tints of Windsor #492089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 30.17%
G = 13.22%
B = 56.61%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#492089 (or 0x492089) is known color: Windsor. HEX triplet: 49, 20 and 89. RGB value is (73,32,137). Sum of RGB (Red+Green+Blue) = 73+32+137=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #492089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492089 is #B6DF76. Grayscale: #373737. Windows color (decimal): -11984759 or 8986697. OLE color: 8986697.

HSL color Cylindrical-coordinate representation of color #492089: hue angle of 263.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492089 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 32 137 -
CMYK 0.47 0.77 0 0.46
HSL 263.43º 0.62% 0.33% -
HSV(B) 263.43º 0.77% 0.54% -
XYZ 7.78 4.26 24.08 -
YUV 56.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 73 32 137 0.47 0.77 0 0.46 263.43 0.62 0.33
Hex 49 20 89 2F 4D 0 2E 107 3E 21
Octal 111 40 211 57 115 0 56 407 76 41
Binary 1001001 100000 10001001 101111 1001101 0 101110 100000111 111110 100001

Color Harmonies of #492089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492089

Black with #492089

Text Example


Text Example

White with #492089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492089; }

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

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

background-color css

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

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

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

border-color css

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

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

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