#463270

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

Shades of Windsor #463270

Tints of Windsor #463270

Color information

#463270 (or 0x463270) is unknown color: approx Windsor. HEX triplet: 46, 32 and 70. RGB value is (70,50,112). Sum of RGB (Red+Green+Blue) = 70+50+112=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #463270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463270 is #B9CD8F. Grayscale: #3E3E3E. Windows color (decimal): -12176784 or 7352902. OLE color: 7352902.

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

Color convert

RGB7050112-
CMYK0.380.5500.56
HSL259.35º38.27%31.76%-
HSV(B)259.35º55.36%43.92%-
XYZ6.594.7515.9-
YUV63.05155.63132.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=30.17%
G=21.55%
B=48.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70501120.380.5500.56259.3538.2731.76
Hex46327026370381032620
Octal1066216046670704034640
Binary100011011001011100001001101101110111000100000011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463270; }

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

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

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

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

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

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

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

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