#483371

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

Shades of Windsor #483371

Tints of Windsor #483371

Color information

#483371 (or 0x483371) is unknown color: approx Windsor. HEX triplet: 48, 33 and 71. RGB value is (72,51,113). Sum of RGB (Red+Green+Blue) = 72+51+113=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #483371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483371 is #B7CC8E. Grayscale: #404040. Windows color (decimal): -12045455 or 7418696. OLE color: 7418696.

HSL color Cylindrical-coordinate representation of color #483371: hue angle of 260.32º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483371 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7251113-
CMYK0.360.5500.56
HSL260.32º37.8%32.16%-
HSV(B)260.32º54.87%44.31%-
XYZ6.844.9416.22-
YUV64.35155.46133.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=30.51%
G=21.61%
B=47.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72511130.360.5500.56260.3237.832.16
Hex48337124370381042620
Octal1106316144670704044640
Binary100100011001111100011001001101110111000100000100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483371; }

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

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

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

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

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

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

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

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