#46167A

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

Shades of Windsor #46167A

Tints of Windsor #46167A

Color information

#46167A (or 0x46167A) is unknown color: approx Windsor. HEX triplet: 46, 16 and 7A. RGB value is (70,22,122). Sum of RGB (Red+Green+Blue) = 70+22+122=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #46167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46167A is #B9E985. Grayscale: #2F2F2F. Windows color (decimal): -12183942 or 8001094. OLE color: 8001094.

HSL color Cylindrical-coordinate representation of color #46167A: hue angle of 268.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46167A is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7022122-
CMYK0.430.8200.52
HSL268.8º69.44%28.24%-
HSV(B)268.8º81.97%47.84%-
XYZ6.333.2818.71-
YUV47.75169.9143.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=32.71%
G=10.28%
B=57.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70221220.430.8200.52268.869.4428.24
Hex46167A2B5203410d451c
Octal106261725312206441510534
Binary100011010110111101010101110100100110100100001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46167A; }

 p { color: rgb(70,22,122); }

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

<style>
 a { background-color: #46167A; }

 a { background-color: rgb(70,22,122); }

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

<style>
 span { border-color: #46167A; }

 span { border-color: rgb(70,22,122); }

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