#462080

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

Shades of Windsor #462080

Tints of Windsor #462080

Color information

#462080 (or 0x462080) is unknown color: approx Windsor. HEX triplet: 46, 20 and 80. RGB value is (70,32,128). Sum of RGB (Red+Green+Blue) = 70+32+128=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #462080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462080 is #B9DF7F. Grayscale: #353535. Windows color (decimal): -12181376 or 8396870. OLE color: 8396870.

HSL color Cylindrical-coordinate representation of color #462080: hue angle of 263.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462080 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7032128-
CMYK0.450.7500.50
HSL263.75º60%31.37%-
HSV(B)263.75º75%50.2%-
XYZ6.943.8920.81-
YUV54.31169.59139.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=30.43%
G=13.91%
B=55.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70321280.450.7500.50263.756031.37
Hex4620802D4B0321083c1f
Octal10640200551130624107437
Binary1000110100000100000001011011001011011001010000100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462080; }

 p { color: rgb(70,32,128); }

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

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

 a { background-color: rgb(70,32,128); }

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

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

 span { border-color: rgb(70,32,128); }

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