#462576

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

Shades of Windsor #462576

Tints of Windsor #462576

Color information

#462576 (or 0x462576) is unknown color: approx Windsor. HEX triplet: 46, 25 and 76. RGB value is (70,37,118). Sum of RGB (Red+Green+Blue) = 70+37+118=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #462576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462576 is #B9DA89. Grayscale: #373737. Windows color (decimal): -12180106 or 7742790. OLE color: 7742790.

HSL color Cylindrical-coordinate representation of color #462576: hue angle of 264.44º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462576 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7037118-
CMYK0.410.6900.54
HSL264.44º52.26%30.39%-
HSV(B)264.44º68.64%46.27%-
XYZ6.463.9317.56-
YUV56.1162.93137.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=31.11%
G=16.44%
B=52.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70371180.410.6900.54264.4452.2630.39
Hex4625762945036108341e
Octal10645166511050664106436
Binary100011010010111101101010011000101011011010000100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462576; }

 p { color: rgb(70,37,118); }

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

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

 a { background-color: rgb(70,37,118); }

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

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

 span { border-color: rgb(70,37,118); }

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