#46377C

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

Shades of Windsor #46377C

Tints of Windsor #46377C

Color information

#46377C (or 0x46377C) is unknown color: approx Windsor. HEX triplet: 46, 37 and 7C. RGB value is (70,55,124). Sum of RGB (Red+Green+Blue) = 70+55+124=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #46377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377C is #B9C883. Grayscale: #434343. Windows color (decimal): -12175492 or 8140614. OLE color: 8140614.

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

Color convert

RGB7055124-
CMYK0.440.5600.51
HSL253.04º38.55%35.1%-
HSV(B)253.04º55.65%48.63%-
XYZ7.535.4919.73-
YUV67.35159.97129.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=28.11%
G=22.09%
B=49.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70551240.440.5600.51253.0438.5535.1
Hex46377C2C38033fd2723
Octal1066717454700633754743
Binary10001101101111111100101100111000011001111111101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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