#462976

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

Shades of Windsor #462976

Tints of Windsor #462976

Color information

#462976 (or 0x462976) is unknown color: approx Windsor. HEX triplet: 46, 29 and 76. RGB value is (70,41,118). Sum of RGB (Red+Green+Blue) = 70+41+118=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #462976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462976 is #B9D689. Grayscale: #3A3A3A. Windows color (decimal): -12179082 or 7743814. OLE color: 7743814.

HSL color Cylindrical-coordinate representation of color #462976: hue angle of 262.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462976 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7041118-
CMYK0.410.6500.54
HSL262.6º48.43%31.18%-
HSV(B)262.6º65.25%46.27%-
XYZ6.594.217.6-
YUV58.45161.61136.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=30.57%
G=17.90%
B=51.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70411180.410.6500.54262.648.4331.18
Hex4629762941036107301f
Octal10651166511010664076037
Binary100011010100111101101010011000001011011010000011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462976; }

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

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

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

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

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

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

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

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