#46218E

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

Shades of Windsor #46218E

Tints of Windsor #46218E

Color information

#46218E (or 0x46218E) is unknown color: approx Windsor. HEX triplet: 46, 21 and 8E. RGB value is (70,33,142). Sum of RGB (Red+Green+Blue) = 70+33+142=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #46218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46218E is #B9DE71. Grayscale: #383838. Windows color (decimal): -12181106 or 9314630. OLE color: 9314630.

HSL color Cylindrical-coordinate representation of color #46218E: hue angle of 260.37º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46218E is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7033142-
CMYK0.510.7700.44
HSL260.37º62.29%34.31%-
HSV(B)260.37º76.76%55.69%-
XYZ7.954.3426.01-
YUV56.49176.26137.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=28.57%
G=13.47%
B=57.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70331420.510.7700.44260.3762.2934.31
Hex46218E334D02C1043e22
Octal10641216631150544047642
Binary10001101000011000111011001110011010101100100000100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46218E; }

 p { color: rgb(70,33,142); }

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

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

 a { background-color: rgb(70,33,142); }

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

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

 span { border-color: rgb(70,33,142); }

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