#482A87

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

Shades of Windsor #482A87

Tints of Windsor #482A87

Color information

#482A87 (or 0x482A87) is unknown color: approx Windsor. HEX triplet: 48, 2A and 87. RGB value is (72,42,135). Sum of RGB (Red+Green+Blue) = 72+42+135=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #482A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A87 is #B7D578. Grayscale: #3D3D3D. Windows color (decimal): -12047737 or 8858184. OLE color: 8858184.

HSL color Cylindrical-coordinate representation of color #482A87: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482A87 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7242135-
CMYK0.470.6900.47
HSL259.35º52.54%34.71%-
HSV(B)259.35º68.89%52.94%-
XYZ7.874.7823.43-
YUV61.57169.44135.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=28.92%
G=16.87%
B=54.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72421350.470.6900.47259.3552.5434.71
Hex482A872F4502F1033523
Octal11052207571050574036543
Binary10010001010101000011110111110001010101111100000011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,42,135); }

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

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

 a { background-color: rgb(72,42,135); }

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

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

 span { border-color: rgb(72,42,135); }

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