#493A7B

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

Shades of Windsor #493A7B

Tints of Windsor #493A7B

Color information

#493A7B (or 0x493A7B) is unknown color: approx Windsor. HEX triplet: 49, 3A and 7B. RGB value is (73,58,123). Sum of RGB (Red+Green+Blue) = 73+58+123=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #493A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A7B is #B6C584. Grayscale: #454545. Windows color (decimal): -11978117 or 8075849. OLE color: 8075849.

HSL color Cylindrical-coordinate representation of color #493A7B: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493A7B is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7358123-
CMYK0.410.5300.52
HSL253.85º35.91%35.49%-
HSV(B)253.85º52.85%48.24%-
XYZ7.845.8719.46-
YUV69.9157.97130.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=28.74%
G=22.83%
B=48.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73581230.410.5300.52253.8535.9135.49
Hex493A7B2935034fe2423
Octal1117217351650643764443
Binary10010011110101111011101001110101011010011111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A7B; }

 p { color: rgb(73,58,123); }

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

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

 a { background-color: rgb(73,58,123); }

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

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

 span { border-color: rgb(73,58,123); }

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