Html Css Color HEX #492981 Windsor

📋 copy color: '#492981'

red 73 ◦ green 41 ◦ blue 129

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

Shades of Windsor #492981

Tints of Windsor #492981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 30.04%
G = 16.87%
B = 53.09%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#492981 (or 0x492981) is known color: Windsor. HEX triplet: 49, 29 and 81. RGB value is (73,41,129). Sum of RGB (Red+Green+Blue) = 73+41+129=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #492981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492981 is #B6D67E. Grayscale: #3C3C3C. Windows color (decimal): -11982463 or 8464713. OLE color: 8464713.

HSL color Cylindrical-coordinate representation of color #492981: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492981 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 41 129 -
CMYK 0.43 0.68 0 0.49
HSL 261.82º 0.52% 0.33% -
HSV(B) 261.82º 0.68% 0.51% -
XYZ 7.5 4.59 21.26 -
YUV 60.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 73 41 129 0.43 0.68 0 0.49 261.82 0.52 0.33
Hex 49 29 81 2B 44 0 31 106 34 21
Octal 111 51 201 53 104 0 61 406 64 41
Binary 1001001 101001 10000001 101011 1000100 0 110001 100000110 110100 100001

Color Harmonies of #492981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492981

Black with #492981

Text Example


Text Example

White with #492981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492981; }

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

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

background-color css

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

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

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

border-color css

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

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

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