#482878

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

Shades of Windsor #482878

Tints of Windsor #482878

Color information

#482878 (or 0x482878) is unknown color: approx Windsor. HEX triplet: 48, 28 and 78. RGB value is (72,40,120). Sum of RGB (Red+Green+Blue) = 72+40+120=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #482878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482878 is #B7D787. Grayscale: #3A3A3A. Windows color (decimal): -12048264 or 7874632. OLE color: 7874632.

HSL color Cylindrical-coordinate representation of color #482878: hue angle of 264º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #482878 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7240120-
CMYK0.400.6700.53
HSL264º50%31.37%-
HSV(B)264º66.67%47.06%-
XYZ6.824.2518.23-
YUV58.69162.6137.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=31.03%
G=17.24%
B=51.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72401200.400.6700.532645031.37
Hex4828782843035108321f
Octal11050170501030654106237
Binary100100010100011110001010001000011011010110000100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482878; }

 p { color: rgb(72,40,120); }

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

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

 a { background-color: rgb(72,40,120); }

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

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

 span { border-color: rgb(72,40,120); }

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