#463081

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

Shades of Windsor #463081

Tints of Windsor #463081

Color information

#463081 (or 0x463081) is unknown color: approx Windsor. HEX triplet: 46, 30 and 81. RGB value is (70,48,129). Sum of RGB (Red+Green+Blue) = 70+48+129=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #463081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463081 is #B9CF7E. Grayscale: #3F3F3F. Windows color (decimal): -12177279 or 8466502. OLE color: 8466502.

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

Color convert

RGB7048129-
CMYK0.460.6300.49
HSL256.3º45.76%34.71%-
HSV(B)256.3º62.79%50.59%-
XYZ7.55521.34-
YUV63.81164.79132.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=28.34%
G=19.43%
B=52.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70481290.460.6300.49256.345.7634.71
Hex4630812E3F0311002e23
Octal1066020156770614005643
Binary1000110110000100000011011101111110110001100000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463081; }

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

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

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

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

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

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

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

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