#461A7F

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

Shades of Windsor #461A7F

Tints of Windsor #461A7F

Color information

#461A7F (or 0x461A7F) is unknown color: approx Windsor. HEX triplet: 46, 1A and 7F. RGB value is (70,26,127). Sum of RGB (Red+Green+Blue) = 70+26+127=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #461A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A7F is #B9E580. Grayscale: #323232. Windows color (decimal): -12182913 or 8329798. OLE color: 8329798.

HSL color Cylindrical-coordinate representation of color #461A7F: hue angle of 266.14º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461A7F is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7026127-
CMYK0.450.8000.50
HSL266.14º66.01%30%-
HSV(B)266.14º79.53%49.8%-
XYZ6.733.5720.41-
YUV50.67171.08141.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 127 (50% from 255) = 56.95%
R=31.39%
G=11.66%
B=56.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70261270.450.8000.50266.1466.0130
Hex461A7F2D5003210a421e
Octal106321775512006241210236
Binary100011011010111111110110110100000110010100001010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,26,127); }

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

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

 a { background-color: rgb(70,26,127); }

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

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

 span { border-color: rgb(70,26,127); }

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