#463472

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

Shades of Windsor #463472

Tints of Windsor #463472

Color information

#463472 (or 0x463472) is unknown color: approx Windsor. HEX triplet: 46, 34 and 72. RGB value is (70,52,114). Sum of RGB (Red+Green+Blue) = 70+52+114=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #463472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463472 is #B9CB8D. Grayscale: #404040. Windows color (decimal): -12176270 or 7484486. OLE color: 7484486.

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

Color convert

RGB7052114-
CMYK0.390.5400.55
HSL257.42º37.35%32.55%-
HSV(B)257.42º54.39%44.71%-
XYZ6.794.9716.52-
YUV64.45155.96131.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=29.66%
G=22.03%
B=48.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70521140.390.5400.55257.4237.3532.55
Hex46347227360371012521
Octal1066416247660674014541
Binary100011011010011100101001111101100110111100000001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463472; }

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

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

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

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

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

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

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

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