#461C78

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

Shades of Windsor #461C78

Tints of Windsor #461C78

Color information

#461C78 (or 0x461C78) is unknown color: approx Windsor. HEX triplet: 46, 1C and 78. RGB value is (70,28,120). Sum of RGB (Red+Green+Blue) = 70+28+120=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #461C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C78 is #B9E387. Grayscale: #323232. Windows color (decimal): -12182408 or 7871558. OLE color: 7871558.

HSL color Cylindrical-coordinate representation of color #461C78: hue angle of 267.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461C78 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7028120-
CMYK0.420.7700.53
HSL267.39º62.16%29.02%-
HSV(B)267.39º76.67%47.06%-
XYZ6.333.4918.11-
YUV51.05166.91141.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=32.11%
G=12.84%
B=55.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70281200.420.7700.53267.3962.1629.02
Hex461C782A4D03510b3e1d
Octal10634170521150654137635
Binary10001101110011110001010101001101011010110000101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461C78; }

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

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

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

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

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

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

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

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