#462879

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

Shades of Windsor #462879

Tints of Windsor #462879

Color information

#462879 (or 0x462879) is unknown color: approx Windsor. HEX triplet: 46, 28 and 79. RGB value is (70,40,121). Sum of RGB (Red+Green+Blue) = 70+40+121=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #462879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462879 is #B9D786. Grayscale: #393939. Windows color (decimal): -12179335 or 7940166. OLE color: 7940166.

HSL color Cylindrical-coordinate representation of color #462879: hue angle of 262.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462879 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7040121-
CMYK0.420.6700.53
HSL262.22º50.31%31.57%-
HSV(B)262.22º66.94%47.45%-
XYZ6.744.218.54-
YUV58.2163.44136.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=30.30%
G=17.32%
B=52.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70401210.420.6700.53262.2250.3131.57
Hex4628792A430351063220
Octal10650171521030654066240
Binary1000110101000111100110101010000110110101100000110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462879; }

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

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

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

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

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

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

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

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