#46337C

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

Shades of Windsor #46337C

Tints of Windsor #46337C

Color information

#46337C (or 0x46337C) is unknown color: approx Windsor. HEX triplet: 46, 33 and 7C. RGB value is (70,51,124). Sum of RGB (Red+Green+Blue) = 70+51+124=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #46337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46337C is #B9CC83. Grayscale: #404040. Windows color (decimal): -12176516 or 8139590. OLE color: 8139590.

HSL color Cylindrical-coordinate representation of color #46337C: hue angle of 255.62º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46337C is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7051124-
CMYK0.440.5900.51
HSL255.62º41.71%34.31%-
HSV(B)255.62º58.87%48.63%-
XYZ7.355.1219.67-
YUV65161.29131.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=28.57%
G=20.82%
B=50.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70511240.440.5900.51255.6241.7134.31
Hex46337C2C3B0331002a22
Octal1066317454730634005242
Binary100011011001111111001011001110110110011100000000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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