#462985

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

Shades of Windsor #462985

Tints of Windsor #462985

Color information

#462985 (or 0x462985) is unknown color: approx Windsor. HEX triplet: 46, 29 and 85. RGB value is (70,41,133). Sum of RGB (Red+Green+Blue) = 70+41+133=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #462985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462985 is #B9D67A. Grayscale: #3B3B3B. Windows color (decimal): -12179067 or 8726854. OLE color: 8726854.

HSL color Cylindrical-coordinate representation of color #462985: hue angle of 258.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462985 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7041133-
CMYK0.470.6900.48
HSL258.91º52.87%34.12%-
HSV(B)258.91º69.17%52.16%-
XYZ7.554.5822.68-
YUV60.16169.11135.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=28.69%
G=16.80%
B=54.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70411330.470.6900.48258.9152.8734.12
Hex4629852F450301033522
Octal10651205571050604036542
Binary10001101010011000010110111110001010110000100000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462985; }

 p { color: rgb(70,41,133); }

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

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

 a { background-color: rgb(70,41,133); }

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

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

 span { border-color: rgb(70,41,133); }

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