#462475

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

Shades of Windsor #462475

Tints of Windsor #462475

Color information

#462475 (or 0x462475) is unknown color: approx Windsor. HEX triplet: 46, 24 and 75. RGB value is (70,36,117). Sum of RGB (Red+Green+Blue) = 70+36+117=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #462475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462475 is #B9DB8A. Grayscale: #373737. Windows color (decimal): -12180363 or 7676998. OLE color: 7676998.

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

Color convert

RGB7036117-
CMYK0.400.6900.54
HSL265.19º52.94%30%-
HSV(B)265.19º69.23%45.88%-
XYZ6.373.8517.24-
YUV55.4162.76138.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=31.39%
G=16.14%
B=52.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70361170.400.6900.54265.1952.9430
Hex4624752845036109351e
Octal10644165501050664116536
Binary100011010010011101011010001000101011011010000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462475; }

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

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

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

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

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

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

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

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