#462476

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

Shades of Windsor #462476

Tints of Windsor #462476

Color information

#462476 (or 0x462476) is unknown color: approx Windsor. HEX triplet: 46, 24 and 76. RGB value is (70,36,118). Sum of RGB (Red+Green+Blue) = 70+36+118=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #462476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462476 is #B9DB89. Grayscale: #373737. Windows color (decimal): -12180362 or 7742534. OLE color: 7742534.

HSL color Cylindrical-coordinate representation of color #462476: hue angle of 264.88º degrees, saturation: 0.53, 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 #462476 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7036118-
CMYK0.410.6900.54
HSL264.88º53.25%30.2%-
HSV(B)264.88º69.49%46.27%-
XYZ6.433.8717.55-
YUV55.51163.26138.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=31.25%
G=16.07%
B=52.68%

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
Decimal70361180.410.6900.54264.8853.2530.2
Hex4624762945036109351e
Octal10644166511050664116536
Binary100011010010011101101010011000101011011010000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462476; }

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

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

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

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

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

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

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

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