#462382

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

Shades of Windsor #462382

Tints of Windsor #462382

Color information

#462382 (or 0x462382) is unknown color: approx Windsor. HEX triplet: 46, 23 and 82. RGB value is (70,35,130). Sum of RGB (Red+Green+Blue) = 70+35+130=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #462382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462382 is #B9DC7D. Grayscale: #373737. Windows color (decimal): -12180606 or 8528710. OLE color: 8528710.

HSL color Cylindrical-coordinate representation of color #462382: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462382 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7035130-
CMYK0.460.7300.49
HSL262.11º57.58%32.35%-
HSV(B)262.11º73.08%50.98%-
XYZ7.164.1221.54-
YUV56.29169.6137.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=29.79%
G=14.89%
B=55.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70351300.460.7300.49262.1157.5832.35
Hex4623822E490311063a20
Octal10643202561110614067240
Binary10001101000111000001010111010010010110001100000110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462382; }

 p { color: rgb(70,35,130); }

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

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

 a { background-color: rgb(70,35,130); }

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

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

 span { border-color: rgb(70,35,130); }

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