#483085

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

Shades of Windsor #483085

Tints of Windsor #483085

Color information

#483085 (or 0x483085) is unknown color: approx Windsor. HEX triplet: 48, 30 and 85. RGB value is (72,48,133). Sum of RGB (Red+Green+Blue) = 72+48+133=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #483085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483085 is #B7CF7A. Grayscale: #404040. Windows color (decimal): -12046203 or 8728648. OLE color: 8728648.

HSL color Cylindrical-coordinate representation of color #483085: hue angle of 256.94º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483085 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7248133-
CMYK0.460.6400.48
HSL256.94º46.96%35.49%-
HSV(B)256.94º63.91%52.16%-
XYZ7.965.1922.77-
YUV64.87166.45133.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=28.46%
G=18.97%
B=52.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72481330.460.6400.48256.9446.9635.49
Hex4830852E400301012f23
Octal11060205561000604015743
Binary10010001100001000010110111010000000110000100000001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483085; }

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

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

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

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

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

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

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

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