#482C78

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

Shades of Windsor #482C78

Tints of Windsor #482C78

Color information

#482C78 (or 0x482C78) is unknown color: approx Windsor. HEX triplet: 48, 2C and 78. RGB value is (72,44,120). Sum of RGB (Red+Green+Blue) = 72+44+120=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #482C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C78 is #B7D387. Grayscale: #3C3C3C. Windows color (decimal): -12047240 or 7875656. OLE color: 7875656.

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

Color convert

RGB7244120-
CMYK0.400.6300.53
HSL262.11º46.34%32.16%-
HSV(B)262.11º63.33%47.06%-
XYZ6.964.5418.28-
YUV61.04161.28135.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=30.51%
G=18.64%
B=50.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72441200.400.6300.53262.1146.3432.16
Hex482C78283F0351062e20
Octal1105417050770654065640
Binary100100010110011110001010001111110110101100000110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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