#493283

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

Shades of Windsor #493283

Tints of Windsor #493283

Color information

#493283 (or 0x493283) is unknown color: approx Windsor. HEX triplet: 49, 32 and 83. RGB value is (73,50,131). Sum of RGB (Red+Green+Blue) = 73+50+131=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #493283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493283 is #B6CD7C. Grayscale: #414141. Windows color (decimal): -11980157 or 8598089. OLE color: 8598089.

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

Color convert

RGB7350131-
CMYK0.440.6200.49
HSL257.04º44.75%35.49%-
HSV(B)257.04º61.83%51.37%-
XYZ7.985.3422.08-
YUV66.11164.62132.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=28.74%
G=19.69%
B=51.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73501310.440.6200.49257.0444.7535.49
Hex4932832C3E0311012d23
Octal1116220354760614015543
Binary1001001110010100000111011001111100110001100000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493283; }

 p { color: rgb(73,50,131); }

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

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

 a { background-color: rgb(73,50,131); }

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

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

 span { border-color: rgb(73,50,131); }

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