#46267F

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

Shades of Windsor #46267F

Tints of Windsor #46267F

Color information

#46267F (or 0x46267F) is unknown color: approx Windsor. HEX triplet: 46, 26 and 7F. RGB value is (70,38,127). Sum of RGB (Red+Green+Blue) = 70+38+127=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #46267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267F is #B9D980. Grayscale: #393939. Windows color (decimal): -12179841 or 8332870. OLE color: 8332870.

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

Color convert

RGB7038127-
CMYK0.450.7000.50
HSL261.57º53.94%32.35%-
HSV(B)261.57º70.08%49.8%-
XYZ7.054.2220.52-
YUV57.71167.1136.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 127 (50% from 255) = 54.04%
R=29.79%
G=16.17%
B=54.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70381270.450.7000.50261.5753.9432.35
Hex46267F2D460321063620
Octal10646177551060624066640
Binary1000110100110111111110110110001100110010100000110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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