#46297C

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

Shades of Windsor #46297C

Tints of Windsor #46297C

Color information

#46297C (or 0x46297C) is unknown color: approx Windsor. HEX triplet: 46, 29 and 7C. RGB value is (70,41,124). Sum of RGB (Red+Green+Blue) = 70+41+124=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #46297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297C is #B9D683. Grayscale: #3A3A3A. Windows color (decimal): -12179076 or 8137030. OLE color: 8137030.

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

Color convert

RGB7041124-
CMYK0.440.6700.51
HSL260.96º50.3%32.35%-
HSV(B)260.96º66.94%48.63%-
XYZ6.964.3419.54-
YUV59.13164.61135.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=29.79%
G=17.45%
B=52.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70411240.440.6700.51260.9650.332.35
Hex46297C2C430331053220
Octal10651174541030634056240
Binary1000110101001111110010110010000110110011100000101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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