#463378

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

Shades of Windsor #463378

Tints of Windsor #463378

Color information

#463378 (or 0x463378) is unknown color: approx Windsor. HEX triplet: 46, 33 and 78. RGB value is (70,51,120). Sum of RGB (Red+Green+Blue) = 70+51+120=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #463378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463378 is #B9CC87. Grayscale: #404040. Windows color (decimal): -12176520 or 7877446. OLE color: 7877446.

HSL color Cylindrical-coordinate representation of color #463378: hue angle of 256.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463378 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7051120-
CMYK0.420.5800.53
HSL256.52º40.35%33.53%-
HSV(B)256.52º57.5%47.06%-
XYZ7.15.0318.37-
YUV64.55159.29131.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=29.05%
G=21.16%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70511200.420.5800.53256.5240.3533.53
Hex4633782A3A0351012822
Octal1066317052720654015042
Binary100011011001111110001010101110100110101100000001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463378; }

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

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

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

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

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

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

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

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