#463372

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

Shades of Windsor #463372

Tints of Windsor #463372

Color information

#463372 (or 0x463372) is unknown color: approx Windsor. HEX triplet: 46, 33 and 72. RGB value is (70,51,114). Sum of RGB (Red+Green+Blue) = 70+51+114=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #463372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463372 is #B9CC8D. Grayscale: #3F3F3F. Windows color (decimal): -12176526 or 7484230. OLE color: 7484230.

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

Color convert

RGB7051114-
CMYK0.390.5500.55
HSL258.1º38.18%32.35%-
HSV(B)258.1º55.26%44.71%-
XYZ6.754.8816.51-
YUV63.86156.29132.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=29.79%
G=21.70%
B=48.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70511140.390.5500.55258.138.1832.35
Hex46337227370371022620
Octal1066316247670674024640
Binary100011011001111100101001111101110110111100000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463372; }

 p { color: rgb(70,51,114); }

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

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

 a { background-color: rgb(70,51,114); }

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

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

 span { border-color: rgb(70,51,114); }

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