#463071

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

Shades of Windsor #463071

Tints of Windsor #463071

Color information

#463071 (or 0x463071) is unknown color: approx Windsor. HEX triplet: 46, 30 and 71. RGB value is (70,48,113). Sum of RGB (Red+Green+Blue) = 70+48+113=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #463071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463071 is #B9CF8E. Grayscale: #3D3D3D. Windows color (decimal): -12177295 or 7417926. OLE color: 7417926.

HSL color Cylindrical-coordinate representation of color #463071: hue angle of 260.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463071 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7048113-
CMYK0.380.5800.56
HSL260.31º40.37%31.57%-
HSV(B)260.31º57.52%44.31%-
XYZ6.564.6116.17-
YUV61.99156.79133.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=30.30%
G=20.78%
B=48.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70481130.380.5800.56260.3140.3731.57
Hex463071263A0381042820
Octal1066016146720704045040
Binary100011011000011100011001101110100111000100000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463071; }

 p { color: rgb(70,48,113); }

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

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

 a { background-color: rgb(70,48,113); }

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

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

 span { border-color: rgb(70,48,113); }

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