#463170

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

Shades of Windsor #463170

Tints of Windsor #463170

Color information

#463170 (or 0x463170) is unknown color: approx Windsor. HEX triplet: 46, 31 and 70. RGB value is (70,49,112). Sum of RGB (Red+Green+Blue) = 70+49+112=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #463170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463170 is #B9CE8F. Grayscale: #3E3E3E. Windows color (decimal): -12177040 or 7352646. OLE color: 7352646.

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

Color convert

RGB7049112-
CMYK0.380.5600.56
HSL260º39.13%31.57%-
HSV(B)260º56.25%43.92%-
XYZ6.554.6715.89-
YUV62.46155.96133.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=30.30%
G=21.21%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70491120.380.5600.5626039.1331.57
Hex46317026380381042720
Octal1066116046700704044740
Binary100011011000111100001001101110000111000100000100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463170; }

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

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

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

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

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

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

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

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