#483284

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

Shades of Windsor #483284

Tints of Windsor #483284

Color information

#483284 (or 0x483284) is unknown color: approx Windsor. HEX triplet: 48, 32 and 84. RGB value is (72,50,132). Sum of RGB (Red+Green+Blue) = 72+50+132=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #483284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483284 is #B7CD7B. Grayscale: #414141. Windows color (decimal): -12045692 or 8663624. OLE color: 8663624.

HSL color Cylindrical-coordinate representation of color #483284: hue angle of 256.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #483284 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7250132-
CMYK0.450.6200.48
HSL256.1º45.05%35.69%-
HSV(B)256.1º62.12%51.76%-
XYZ7.985.3222.44-
YUV65.93165.29132.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=28.35%
G=19.69%
B=51.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72501320.450.6200.48256.145.0535.69
Hex4832842D3E0301002d24
Octal1106220455760604005544
Binary1001000110010100001001011011111100110000100000000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483284; }

 p { color: rgb(72,50,132); }

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

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

 a { background-color: rgb(72,50,132); }

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

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

 span { border-color: rgb(72,50,132); }

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