#483479

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

Shades of Windsor #483479

Tints of Windsor #483479

Color information

#483479 (or 0x483479) is unknown color: approx Windsor. HEX triplet: 48, 34 and 79. RGB value is (72,52,121). Sum of RGB (Red+Green+Blue) = 72+52+121=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #483479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483479 is #B7CB86. Grayscale: #414141. Windows color (decimal): -12045191 or 7943240. OLE color: 7943240.

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

Color convert

RGB7252121-
CMYK0.400.5700.53
HSL257.39º39.88%33.92%-
HSV(B)257.39º57.02%47.45%-
XYZ7.355.2118.71-
YUV65.85159.13132.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=29.39%
G=21.22%
B=49.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72521210.400.5700.53257.3939.8833.92
Hex48347928390351012822
Octal1106417150710654015042
Binary100100011010011110011010001110010110101100000001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483479; }

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

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

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

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

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

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

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

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