#483379

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

Shades of Windsor #483379

Tints of Windsor #483379

Color information

#483379 (or 0x483379) is unknown color: approx Windsor. HEX triplet: 48, 33 and 79. RGB value is (72,51,121). Sum of RGB (Red+Green+Blue) = 72+51+121=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #483379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483379 is #B7CC86. Grayscale: #414141. Windows color (decimal): -12045447 or 7942984. OLE color: 7942984.

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

Color convert

RGB7251121-
CMYK0.400.5800.53
HSL258º40.7%33.73%-
HSV(B)258º57.85%47.45%-
XYZ7.315.1318.69-
YUV65.26159.46132.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=29.51%
G=20.90%
B=49.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72511210.400.5800.5325840.733.73
Hex483379283A0351022922
Octal1106317150720654025142
Binary100100011001111110011010001110100110101100000010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483379; }

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

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

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

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

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

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

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

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