#46347F

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

Shades of Windsor #46347F

Tints of Windsor #46347F

Color information

#46347F (or 0x46347F) is unknown color: approx Windsor. HEX triplet: 46, 34 and 7F. RGB value is (70,52,127). Sum of RGB (Red+Green+Blue) = 70+52+127=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #46347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46347F is #B9CB80. Grayscale: #414141. Windows color (decimal): -12176257 or 8336454. OLE color: 8336454.

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

Color convert

RGB7052127-
CMYK0.450.5900.50
HSL254.4º41.9%35.1%-
HSV(B)254.4º59.06%49.8%-
XYZ7.585.2920.7-
YUV65.93162.46130.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 127 (50% from 255) = 51.00%
R=28.11%
G=20.88%
B=51.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70521270.450.5900.50254.441.935.1
Hex46347F2D3B032fe2a23
Octal1066417755730623765243
Binary10001101101001111111101101111011011001011111110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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