#483079

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

Shades of Windsor #483079

Tints of Windsor #483079

Color information

#483079 (or 0x483079) is unknown color: approx Windsor. HEX triplet: 48, 30 and 79. RGB value is (72,48,121). Sum of RGB (Red+Green+Blue) = 72+48+121=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #483079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483079 is #B7CF86. Grayscale: #3F3F3F. Windows color (decimal): -12046215 or 7942216. OLE color: 7942216.

HSL color Cylindrical-coordinate representation of color #483079: hue angle of 259.73º 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 #483079 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7248121-
CMYK0.400.6000.53
HSL259.73º43.2%33.14%-
HSV(B)259.73º60.33%47.45%-
XYZ7.184.8718.65-
YUV63.5160.45134.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=29.88%
G=19.92%
B=50.21%

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
Decimal72481210.400.6000.53259.7343.233.14
Hex483079283C0351042b21
Octal1106017150740654045341
Binary100100011000011110011010001111000110101100000100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483079; }

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

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

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

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

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

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

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

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