#461E92

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

Shades of Windsor #461E92

Tints of Windsor #461E92

Color information

#461E92 (or 0x461E92) is unknown color: approx Windsor. HEX triplet: 46, 1E and 92. RGB value is (70,30,146). Sum of RGB (Red+Green+Blue) = 70+30+146=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #461E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E92 is #B9E16D. Grayscale: #363636. Windows color (decimal): -12181870 or 9576006. OLE color: 9576006.

HSL color Cylindrical-coordinate representation of color #461E92: hue angle of 260.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461E92 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7030146-
CMYK0.520.7900.43
HSL260.69º65.91%34.51%-
HSV(B)260.69º79.45%57.25%-
XYZ8.184.3127.59-
YUV55.18179.25138.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=28.46%
G=12.20%
B=59.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70301460.520.7900.43260.6965.9134.51
Hex461E92344F02B1054223
Octal106362226411705340510243
Binary10001101111010010010110100100111101010111000001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,30,146); }

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

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

 a { background-color: rgb(70,30,146); }

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

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

 span { border-color: rgb(70,30,146); }

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