#493080

Color #493080 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #493080

Tints of Windsor #493080

Color information

#493080 (or 0x493080) is unknown color: approx Windsor. HEX triplet: 49, 30 and 80. RGB value is (73,48,128). Sum of RGB (Red+Green+Blue) = 73+48+128=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #493080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493080 is #B6CF7F. Grayscale: #404040. Windows color (decimal): -11980672 or 8400969. OLE color: 8400969.

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

Color convert

RGB7348128-
CMYK0.430.6200.50
HSL258.75º45.45%34.51%-
HSV(B)258.75º62.5%50.2%-
XYZ7.75.0921-
YUV64.6163.78134-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=29.32%
G=19.28%
B=51.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73481280.430.6200.50258.7545.4534.51
Hex4930802B3E0321032d23
Octal1116020053760624035543
Binary1001001110000100000001010111111100110010100000011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493080; }

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

 H1.HeaderClassName
 {
   color: #493080;
 }
 .AnyTagClassName
 {
   color: #493080;
 }
</style>
background-color css

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

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

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

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

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

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