Html Css Color HEX #492886 Windsor

📋 copy color: '#492886'

red 73 ◦ green 40 ◦ blue 134

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

Shades of Windsor #492886

Tints of Windsor #492886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 29.55%
G = 16.19%
B = 54.25%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492886 (or 0x492886) is known color: Windsor. HEX triplet: 49, 28 and 86. RGB value is (73,40,134). Sum of RGB (Red+Green+Blue) = 73+40+134=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #492886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492886 is #B6D779. Grayscale: #3C3C3C. Windows color (decimal): -11982714 or 8792137. OLE color: 8792137.

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

Color convert

RGB 73 40 134 -
CMYK 0.46 0.70 0 0.47
HSL 261.06º 0.54% 0.34% -
HSV(B) 261.06º 0.7% 0.53% -
XYZ 7.81 4.66 23.04 -
YUV 60.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 73 40 134 0.46 0.70 0 0.47 261.06 0.54 0.34
Hex 49 28 86 2E 46 0 2F 105 36 22
Octal 111 50 206 56 106 0 57 405 66 42
Binary 1001001 101000 10000110 101110 1000110 0 101111 100000101 110110 100010

Color Harmonies of #492886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492886

Black with #492886

Text Example


Text Example

White with #492886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492886; }

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

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

background-color css

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

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

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

border-color css

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

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

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