#462781

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

Shades of Windsor #462781

Tints of Windsor #462781

Color information

#462781 (or 0x462781) is unknown color: approx Windsor. HEX triplet: 46, 27 and 81. RGB value is (70,39,129). Sum of RGB (Red+Green+Blue) = 70+39+129=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #462781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462781 is #B9D87E. Grayscale: #3A3A3A. Windows color (decimal): -12179583 or 8464198. OLE color: 8464198.

HSL color Cylindrical-coordinate representation of color #462781: hue angle of 260.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462781 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7039129-
CMYK0.460.7000.49
HSL260.67º53.57%32.94%-
HSV(B)260.67º69.77%50.59%-
XYZ7.214.3421.23-
YUV58.53167.77136.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 129 (50.78% from 255) = 54.20%
R=29.41%
G=16.39%
B=54.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70391290.460.7000.49260.6753.5732.94
Hex4627812E460311053621
Octal10647201561060614056641
Binary10001101001111000000110111010001100110001100000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462781; }

 p { color: rgb(70,39,129); }

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

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

 a { background-color: rgb(70,39,129); }

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

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

 span { border-color: rgb(70,39,129); }

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