#483082

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

Shades of Windsor #483082

Tints of Windsor #483082

Color information

#483082 (or 0x483082) is unknown color: approx Windsor. HEX triplet: 48, 30 and 82. RGB value is (72,48,130). Sum of RGB (Red+Green+Blue) = 72+48+130=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #483082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483082 is #B7CF7D. Grayscale: #404040. Windows color (decimal): -12046206 or 8532040. OLE color: 8532040.

HSL color Cylindrical-coordinate representation of color #483082: hue angle of 257.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483082 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7248130-
CMYK0.450.6300.49
HSL257.56º46.07%34.9%-
HSV(B)257.56º63.08%50.98%-
XYZ7.765.121.7-
YUV64.52164.95133.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 130 (51.17% from 255) = 52%
R=28.8%
G=19.2%
B=52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72481300.450.6300.49257.5646.0734.9
Hex4830822D3F0311022e23
Octal1106020255770614025643
Binary1001000110000100000101011011111110110001100000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483082; }

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

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

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

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

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

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

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

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