#461F7A

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

Shades of Windsor #461F7A

Tints of Windsor #461F7A

Color information

#461F7A (or 0x461F7A) is unknown color: approx Windsor. HEX triplet: 46, 1F and 7A. RGB value is (70,31,122). Sum of RGB (Red+Green+Blue) = 70+31+122=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #461F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F7A is #B9E085. Grayscale: #343434. Windows color (decimal): -12181638 or 8003398. OLE color: 8003398.

HSL color Cylindrical-coordinate representation of color #461F7A: hue angle of 265.71º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461F7A is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7031122-
CMYK0.430.7500.52
HSL265.71º59.48%30%-
HSV(B)265.71º74.59%47.84%-
XYZ6.533.6918.78-
YUV53.04166.92140.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=31.39%
G=13.90%
B=54.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70311220.430.7500.52265.7159.4830
Hex461F7A2B4B03410a3b1e
Octal10637172531130644127336
Binary10001101111111110101010111001011011010010000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,122); }

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

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

 a { background-color: rgb(70,31,122); }

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

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

 span { border-color: rgb(70,31,122); }

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