#463085

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

Shades of Windsor #463085

Tints of Windsor #463085

Color information

#463085 (or 0x463085) is unknown color: approx Windsor. HEX triplet: 46, 30 and 85. RGB value is (70,48,133). Sum of RGB (Red+Green+Blue) = 70+48+133=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #463085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463085 is #B9CF7A. Grayscale: #3F3F3F. Windows color (decimal): -12177275 or 8728646. OLE color: 8728646.

HSL color Cylindrical-coordinate representation of color #463085: hue angle of 255.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463085 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7048133-
CMYK0.470.6400.48
HSL255.53º46.96%35.49%-
HSV(B)255.53º63.91%52.16%-
XYZ7.825.1122.76-
YUV64.27166.79132.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=27.89%
G=19.12%
B=52.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70481330.470.6400.48255.5346.9635.49
Hex4630852F400301002f23
Octal10660205571000604005743
Binary10001101100001000010110111110000000110000100000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463085; }

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

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

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

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

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

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

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

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