#482286

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

Shades of Windsor #482286

Tints of Windsor #482286

Color information

#482286 (or 0x482286) is unknown color: approx Windsor. HEX triplet: 48, 22 and 86. RGB value is (72,34,134). Sum of RGB (Red+Green+Blue) = 72+34+134=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #482286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482286 is #B7DD79. Grayscale: #383838. Windows color (decimal): -12049786 or 8790600. OLE color: 8790600.

HSL color Cylindrical-coordinate representation of color #482286: hue angle of 262.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482286 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7234134-
CMYK0.460.7500.47
HSL262.8º59.52%32.94%-
HSV(B)262.8º74.63%52.55%-
XYZ7.554.2422.98-
YUV56.76171.59138.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=30%
G=14.17%
B=55.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72341340.460.7500.47262.859.5232.94
Hex4822862E4B02F1073c21
Octal11042206561130574077441
Binary10010001000101000011010111010010110101111100000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482286; }

 p { color: rgb(72,34,134); }

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

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

 a { background-color: rgb(72,34,134); }

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

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

 span { border-color: rgb(72,34,134); }

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