#482578

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

Shades of Windsor #482578

Tints of Windsor #482578

Color information

#482578 (or 0x482578) is unknown color: approx Windsor. HEX triplet: 48, 25 and 78. RGB value is (72,37,120). Sum of RGB (Red+Green+Blue) = 72+37+120=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #482578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482578 is #B7DA87. Grayscale: #383838. Windows color (decimal): -12049032 or 7873864. OLE color: 7873864.

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

Color convert

RGB7237120-
CMYK0.400.6900.53
HSL265.3º52.87%30.78%-
HSV(B)265.3º69.17%47.06%-
XYZ6.724.0618.2-
YUV56.93163.6138.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=31.44%
G=16.16%
B=52.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72371200.400.6900.53265.352.8730.78
Hex4825782845035109351f
Octal11045170501050654116537
Binary100100010010111110001010001000101011010110000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482578; }

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

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

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

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

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

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

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

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