#493679

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

Shades of Windsor #493679

Tints of Windsor #493679

Color information

#493679 (or 0x493679) is unknown color: approx Windsor. HEX triplet: 49, 36 and 79. RGB value is (73,54,121). Sum of RGB (Red+Green+Blue) = 73+54+121=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #493679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493679 is #B6C986. Grayscale: #434343. Windows color (decimal): -11979143 or 7943753. OLE color: 7943753.

HSL color Cylindrical-coordinate representation of color #493679: hue angle of 257.01º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493679 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7354121-
CMYK0.400.5500.53
HSL257.01º38.29%34.31%-
HSV(B)257.01º55.37%47.45%-
XYZ7.525.4418.74-
YUV67.32158.29132.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=29.44%
G=21.77%
B=48.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73541210.400.5500.53257.0138.2934.31
Hex49367928370351012622
Octal1116617150670654014642
Binary100100111011011110011010001101110110101100000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493679; }

 p { color: rgb(73,54,121); }

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

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

 a { background-color: rgb(73,54,121); }

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

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

 span { border-color: rgb(73,54,121); }

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