#46316F

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

Shades of Windsor #46316F

Tints of Windsor #46316F

Color information

#46316F (or 0x46316F) is unknown color: approx Windsor. HEX triplet: 46, 31 and 6F. RGB value is (70,49,111). Sum of RGB (Red+Green+Blue) = 70+49+111=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #46316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46316F is #B9CE90. Grayscale: #3E3E3E. Windows color (decimal): -12177041 or 7287110. OLE color: 7287110.

HSL color Cylindrical-coordinate representation of color #46316F: hue angle of 260.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46316F is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7049111-
CMYK0.370.5600.56
HSL260.32º38.75%31.37%-
HSV(B)260.32º55.86%43.53%-
XYZ6.494.6515.59-
YUV62.35155.46133.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=30.43%
G=21.30%
B=48.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70491110.370.5600.56260.3238.7531.37
Hex46316F2538038104271f
Octal1066115745700704044737
Binary10001101100011101111100101111000011100010000010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46316F; }

 p { color: rgb(70,49,111); }

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

<style>
 a { background-color: #46316F; }

 a { background-color: rgb(70,49,111); }

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

<style>
 span { border-color: #46316F; }

 span { border-color: rgb(70,49,111); }

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