Html Css Color HEX #492980 Windsor

📋 copy color: '#492980'

red 73 ◦ green 41 ◦ blue 128

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

Shades of Windsor #492980

Tints of Windsor #492980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 30.17%
G = 16.94%
B = 52.89%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#492980 (or 0x492980) is known color: Windsor. HEX triplet: 49, 29 and 80. RGB value is (73,41,128). Sum of RGB (Red+Green+Blue) = 73+41+128=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #492980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492980 is #B6D67F. Grayscale: #3C3C3C. Windows color (decimal): -11982464 or 8399177. OLE color: 8399177.

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

Color convert

RGB 73 41 128 -
CMYK 0.43 0.68 0 0.50
HSL 262.07º 0.51% 0.33% -
HSV(B) 262.07º 0.68% 0.5% -
XYZ 7.44 4.56 20.91 -
YUV 60.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 73 41 128 0.43 0.68 0 0.50 262.07 0.51 0.33
Hex 49 29 80 2B 44 0 32 106 33 21
Octal 111 51 200 53 104 0 62 406 63 41
Binary 1001001 101001 10000000 101011 1000100 0 110010 100000110 110011 100001

Color Harmonies of #492980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492980

Black with #492980

Text Example


Text Example

White with #492980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492980; }

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

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

background-color css

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

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

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

border-color css

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

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

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