#493082

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

Shades of Windsor #493082

Tints of Windsor #493082

Color information

#493082 (or 0x493082) is unknown color: approx Windsor. HEX triplet: 49, 30 and 82. RGB value is (73,48,130). Sum of RGB (Red+Green+Blue) = 73+48+130=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #493082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493082 is #B6CF7D. Grayscale: #404040. Windows color (decimal): -11980670 or 8532041. OLE color: 8532041.

HSL color Cylindrical-coordinate representation of color #493082: hue angle of 258.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493082 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7348130-
CMYK0.440.6300.49
HSL258.29º46.07%34.9%-
HSV(B)258.29º63.08%50.98%-
XYZ7.835.1421.7-
YUV64.82164.78133.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=29.08%
G=19.12%
B=51.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73481300.440.6300.49258.2946.0734.9
Hex4930822C3F0311022e23
Octal1116020254770614025643
Binary1001001110000100000101011001111110110001100000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493082; }

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

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

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

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

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

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

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

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