#46327A

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

Shades of Windsor #46327A

Tints of Windsor #46327A

Color information

#46327A (or 0x46327A) is unknown color: approx Windsor. HEX triplet: 46, 32 and 7A. RGB value is (70,50,122). Sum of RGB (Red+Green+Blue) = 70+50+122=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #46327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46327A is #B9CD85. Grayscale: #3F3F3F. Windows color (decimal): -12176774 or 8008262. OLE color: 8008262.

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

Color convert

RGB7050122-
CMYK0.430.5900.52
HSL256.67º41.86%33.73%-
HSV(B)256.67º59.02%47.84%-
XYZ7.184.9919-
YUV64.19160.63132.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=28.93%
G=20.66%
B=50.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70501220.430.5900.52256.6741.8633.73
Hex46327A2B3B0341012a22
Octal1066217253730644015242
Binary100011011001011110101010111110110110100100000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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