#46237F

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

Shades of Windsor #46237F

Tints of Windsor #46237F

Color information

#46237F (or 0x46237F) is unknown color: approx Windsor. HEX triplet: 46, 23 and 7F. RGB value is (70,35,127). Sum of RGB (Red+Green+Blue) = 70+35+127=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #46237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46237F is #B9DC80. Grayscale: #373737. Windows color (decimal): -12180609 or 8332102. OLE color: 8332102.

HSL color Cylindrical-coordinate representation of color #46237F: hue angle of 262.83º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46237F is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7035127-
CMYK0.450.7200.50
HSL262.83º56.79%31.76%-
HSV(B)262.83º72.44%49.8%-
XYZ6.964.0420.49-
YUV55.95168.1138.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 127 (50% from 255) = 54.74%
R=30.17%
G=15.09%
B=54.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70351270.450.7200.50262.8356.7931.76
Hex46237F2D480321073920
Octal10643177551100624077140
Binary1000110100011111111110110110010000110010100000111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46237F; }

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

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

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

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

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

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

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

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