#46238E

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

Shades of Windsor #46238E

Tints of Windsor #46238E

Color information

#46238E (or 0x46238E) is unknown color: approx Windsor. HEX triplet: 46, 23 and 8E. RGB value is (70,35,142). Sum of RGB (Red+Green+Blue) = 70+35+142=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #46238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46238E is #B9DC71. Grayscale: #393939. Windows color (decimal): -12180594 or 9315142. OLE color: 9315142.

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

Color convert

RGB7035142-
CMYK0.510.7500.44
HSL259.63º60.45%34.71%-
HSV(B)259.63º75.35%55.69%-
XYZ8.014.4626.03-
YUV57.66175.6136.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 35 (14.06% from 255) = 14.17%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=28.34%
G=14.17%
B=57.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70351420.510.7500.44259.6360.4534.71
Hex46238E334B02C1043c23
Octal10643216631130544047443
Binary10001101000111000111011001110010110101100100000100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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