#46208A

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

Shades of Windsor #46208A

Tints of Windsor #46208A

Color information

#46208A (or 0x46208A) is unknown color: approx Windsor. HEX triplet: 46, 20 and 8A. RGB value is (70,32,138). Sum of RGB (Red+Green+Blue) = 70+32+138=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #46208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46208A is #B9DF75. Grayscale: #373737. Windows color (decimal): -12181366 or 9052230. OLE color: 9052230.

HSL color Cylindrical-coordinate representation of color #46208A: hue angle of 261.51º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46208A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7032138-
CMYK0.490.7700.46
HSL261.51º62.35%33.33%-
HSV(B)261.51º76.81%54.12%-
XYZ7.634.1724.45-
YUV55.45174.59138.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=29.17%
G=13.33%
B=57.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70321380.490.7700.46261.5162.3533.33
Hex46208A314D02E1063e21
Octal10640212611150564067641
Binary10001101000001000101011000110011010101110100000110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46208A; }

 p { color: rgb(70,32,138); }

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

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

 a { background-color: rgb(70,32,138); }

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

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

 span { border-color: rgb(70,32,138); }

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