Html Css Color HEX #492088 Windsor

📋 copy color: '#492088'

red 73 ◦ green 32 ◦ blue 136

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

Shades of Windsor #492088

Tints of Windsor #492088

RGB

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

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

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

R = 30.29%
G = 13.28%
B = 56.43%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492088 (or 0x492088) is known color: Windsor. HEX triplet: 49, 20 and 88. RGB value is (73,32,136). Sum of RGB (Red+Green+Blue) = 73+32+136=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #492088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492088 is #B6DF77. Grayscale: #373737. Windows color (decimal): -11984760 or 8921161. OLE color: 8921161.

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

Color convert

RGB 73 32 136 -
CMYK 0.46 0.76 0 0.47
HSL 263.65º 0.62% 0.33% -
HSV(B) 263.65º 0.76% 0.53% -
XYZ 7.71 4.23 23.7 -
YUV 56.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 73 32 136 0.46 0.76 0 0.47 263.65 0.62 0.33
Hex 49 20 88 2E 4C 0 2F 108 3E 21
Octal 111 40 210 56 114 0 57 410 76 41
Binary 1001001 100000 10001000 101110 1001100 0 101111 100001000 111110 100001

Color Harmonies of #492088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492088

Black with #492088

Text Example


Text Example

White with #492088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492088; }

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

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

background-color css

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

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

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

border-color css

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

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

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