#46337B

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

Shades of Windsor #46337B

Tints of Windsor #46337B

Color information

#46337B (or 0x46337B) is unknown color: approx Windsor. HEX triplet: 46, 33 and 7B. RGB value is (70,51,123). Sum of RGB (Red+Green+Blue) = 70+51+123=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #46337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46337B is #B9CC84. Grayscale: #404040. Windows color (decimal): -12176517 or 8074054. OLE color: 8074054.

HSL color Cylindrical-coordinate representation of color #46337B: hue angle of 255.83º degrees, saturation: 0.41, 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 #46337B is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7051123-
CMYK0.430.5900.52
HSL255.83º41.38%34.12%-
HSV(B)255.83º58.54%48.24%-
XYZ7.285.119.34-
YUV64.89160.79131.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=28.69%
G=20.90%
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
Decimal70511230.430.5900.52255.8341.3834.12
Hex46337B2B3B0341002922
Octal1066317353730644005142
Binary100011011001111110111010111110110110100100000000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46337B; }

 p { color: rgb(70,51,123); }

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

<style>
 a { background-color: #46337B; }

 a { background-color: rgb(70,51,123); }

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

<style>
 span { border-color: #46337B; }

 span { border-color: rgb(70,51,123); }

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