#482590

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

Shades of Windsor #482590

Tints of Windsor #482590

Color information

#482590 (or 0x482590) is unknown color: approx Windsor. HEX triplet: 48, 25 and 90. RGB value is (72,37,144). Sum of RGB (Red+Green+Blue) = 72+37+144=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #482590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482590 is #B7DA6F. Grayscale: #3B3B3B. Windows color (decimal): -12049008 or 9446728. OLE color: 9446728.

HSL color Cylindrical-coordinate representation of color #482590: hue angle of 259.63º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482590 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7237144-
CMYK0.500.7400.44
HSL259.63º59.12%35.49%-
HSV(B)259.63º74.31%56.47%-
XYZ8.374.7126.85-
YUV59.66175.6136.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=28.46%
G=14.62%
B=56.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72371440.500.7400.44259.6359.1235.49
Hex482590324A02C1043b23
Octal11045220621120544047343
Binary10010001001011001000011001010010100101100100000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482590; }

 p { color: rgb(72,37,144); }

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

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

 a { background-color: rgb(72,37,144); }

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

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

 span { border-color: rgb(72,37,144); }

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