#461B78

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

Shades of Windsor #461B78

Tints of Windsor #461B78

Color information

#461B78 (or 0x461B78) is unknown color: approx Windsor. HEX triplet: 46, 1B and 78. RGB value is (70,27,120). Sum of RGB (Red+Green+Blue) = 70+27+120=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #461B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B78 is #B9E487. Grayscale: #323232. Windows color (decimal): -12182664 or 7871302. OLE color: 7871302.

HSL color Cylindrical-coordinate representation of color #461B78: hue angle of 267.74º degrees, saturation: 0.63, 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 #461B78 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7027120-
CMYK0.420.7800.53
HSL267.74º63.27%28.82%-
HSV(B)267.74º77.5%47.06%-
XYZ6.313.4418.1-
YUV50.46167.25141.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=32.26%
G=12.44%
B=55.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70271200.420.7800.53267.7463.2728.82
Hex461B782A4E03510c3f1d
Octal10633170521160654147735
Binary10001101101111110001010101001110011010110000110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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