#462487

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

Shades of Windsor #462487

Tints of Windsor #462487

Color information

#462487 (or 0x462487) is unknown color: approx Windsor. HEX triplet: 46, 24 and 87. RGB value is (70,36,135). Sum of RGB (Red+Green+Blue) = 70+36+135=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #462487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462487 is #B9DB78. Grayscale: #393939. Windows color (decimal): -12180345 or 8856646. OLE color: 8856646.

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

Color convert

RGB7036135-
CMYK0.480.7300.47
HSL260.61º57.89%33.53%-
HSV(B)260.61º73.33%52.94%-
XYZ7.534.3123.36-
YUV57.45171.76136.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=29.05%
G=14.94%
B=56.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70361350.480.7300.47260.6157.8933.53
Hex462487304902F1053a22
Octal10644207601110574057242
Binary10001101001001000011111000010010010101111100000101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462487; }

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

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

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

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

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

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

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

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