#462192

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

Shades of Windsor #462192

Tints of Windsor #462192

Color information

#462192 (or 0x462192) is unknown color: approx Windsor. HEX triplet: 46, 21 and 92. RGB value is (70,33,146). Sum of RGB (Red+Green+Blue) = 70+33+146=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #462192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462192 is #B9DE6D. Grayscale: #383838. Windows color (decimal): -12181102 or 9576774. OLE color: 9576774.

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

Color convert

RGB7033146-
CMYK0.520.7700.43
HSL259.65º63.13%35.1%-
HSV(B)259.65º77.4%57.25%-
XYZ8.264.4727.62-
YUV56.95178.26137.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=28.11%
G=13.25%
B=58.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70331460.520.7700.43259.6563.1335.1
Hex462192344D02B1043f23
Octal10641222641150534047743
Binary10001101000011001001011010010011010101011100000100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462192; }

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

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

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

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

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

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

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

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