Html Css Color HEX #492987 Windsor

📋 copy color: '#492987'

red 73 ◦ green 41 ◦ blue 135

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

Shades of Windsor #492987

Tints of Windsor #492987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 29.32%
G = 16.47%
B = 54.22%

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

#492987 (or 0x492987) is known color: Windsor. HEX triplet: 49, 29 and 87. RGB value is (73,41,135). Sum of RGB (Red+Green+Blue) = 73+41+135=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #492987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492987 is #B6D678. Grayscale: #3C3C3C. Windows color (decimal): -11982457 or 8857929. OLE color: 8857929.

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

Color convert

RGB 73 41 135 -
CMYK 0.46 0.70 0 0.47
HSL 260.43º 0.53% 0.35% -
HSV(B) 260.43º 0.7% 0.53% -
XYZ 7.91 4.75 23.42 -
YUV 61.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 73 41 135 0.46 0.70 0 0.47 260.43 0.53 0.35
Hex 49 29 87 2E 46 0 2F 104 35 23
Octal 111 51 207 56 106 0 57 404 65 43
Binary 1001001 101001 10000111 101110 1000110 0 101111 100000100 110101 100011

Color Harmonies of #492987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492987

Black with #492987

Text Example


Text Example

White with #492987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492987; }

 p { color: rgb(73,41,135); }

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

background-color css

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

 a { background-color: rgb(73,41,135); }

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

border-color css

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

 span { border-color: rgb(73,41,135); }

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