#483078

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

Shades of Windsor #483078

Tints of Windsor #483078

Color information

#483078 (or 0x483078) is unknown color: approx Windsor. HEX triplet: 48, 30 and 78. RGB value is (72,48,120). Sum of RGB (Red+Green+Blue) = 72+48+120=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #483078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483078 is #B7CF87. Grayscale: #3F3F3F. Windows color (decimal): -12046216 or 7876680. OLE color: 7876680.

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

Color convert

RGB7248120-
CMYK0.400.6000.53
HSL260º42.86%32.94%-
HSV(B)260º60%47.06%-
XYZ7.124.8518.33-
YUV63.38159.95134.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72481200.400.6000.5326042.8632.94
Hex483078283C0351042b21
Octal1106017050740654045341
Binary100100011000011110001010001111000110101100000100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483078; }

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

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

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

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

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

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

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

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