#482d84

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

Shades of Windsor #482D84

Tints of Windsor #482D84

Color information

#482D84 (or 0x482D84) is unknown color: approx Windsor. HEX triplet: 48, 2D and 84. RGB value is (72,45,132). Sum of RGB (Red+Green+Blue) = 72+45+132=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #482D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D84 is #B7D27B. Grayscale: #3E3E3E. Windows color (decimal): -12046972 or 8662344. OLE color: 8662344.

HSL color Cylindrical-coordinate representation of color #482D84: hue angle of 258.62º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482D84 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7245132-
CMYK0.450.6600.48
HSL258.62º49.15%34.71%-
HSV(B)258.62º65.91%51.76%-
XYZ7.784.9222.37-
YUV62.99166.95134.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=28.92%
G=18.07%
B=53.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72451320.450.6600.48258.6249.1534.71
Hex482D842D420301033123
Octal11055204551020604036143
Binary10010001011011000010010110110000100110000100000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482d84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482d84; }

 p { color: rgb(72,45,132); }

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

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

 a { background-color: rgb(72,45,132); }

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

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

 span { border-color: rgb(72,45,132); }

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