#482185

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

Shades of Windsor #482185

Tints of Windsor #482185

Color information

#482185 (or 0x482185) is unknown color: approx Windsor. HEX triplet: 48, 21 and 85. RGB value is (72,33,133). Sum of RGB (Red+Green+Blue) = 72+33+133=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #482185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482185 is #B7DE7A. Grayscale: #373737. Windows color (decimal): -12050043 or 8724808. OLE color: 8724808.

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

Color convert

RGB7233133-
CMYK0.460.7500.48
HSL263.4º60.24%32.55%-
HSV(B)263.4º75.19%52.16%-
XYZ7.454.1622.6-
YUV56.06171.42139.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 133 (52.34% from 255) = 55.88%
R=30.25%
G=13.87%
B=55.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72331330.460.7500.48263.460.2432.55
Hex4821852E4B0301073c21
Octal11041205561130604077441
Binary10010001000011000010110111010010110110000100000111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482185; }

 p { color: rgb(72,33,133); }

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

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

 a { background-color: rgb(72,33,133); }

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

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

 span { border-color: rgb(72,33,133); }

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