#462876

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

Shades of Windsor #462876

Tints of Windsor #462876

Color information

#462876 (or 0x462876) is unknown color: approx Windsor. HEX triplet: 46, 28 and 76. RGB value is (70,40,118). Sum of RGB (Red+Green+Blue) = 70+40+118=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #462876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462876 is #B9D789. Grayscale: #393939. Windows color (decimal): -12179338 or 7743558. OLE color: 7743558.

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

Color convert

RGB7040118-
CMYK0.410.6600.54
HSL263.08º49.37%30.98%-
HSV(B)263.08º66.1%46.27%-
XYZ6.554.1317.59-
YUV57.86161.94136.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=30.70%
G=17.54%
B=51.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70401180.410.6600.54263.0849.3730.98
Hex4628762942036107311f
Octal10650166511020664076137
Binary100011010100011101101010011000010011011010000011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462876; }

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

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

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

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

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

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

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

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