#462379

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

Shades of Windsor #462379

Tints of Windsor #462379

Color information

#462379 (or 0x462379) is unknown color: approx Windsor. HEX triplet: 46, 23 and 79. RGB value is (70,35,121). Sum of RGB (Red+Green+Blue) = 70+35+121=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #462379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462379 is #B9DC86. Grayscale: #363636. Windows color (decimal): -12180615 or 7938886. OLE color: 7938886.

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

Color convert

RGB7035121-
CMYK0.420.7100.53
HSL264.42º55.13%30.59%-
HSV(B)264.42º71.07%47.45%-
XYZ6.583.8818.49-
YUV55.27165.1138.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=30.97%
G=15.49%
B=53.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70351210.420.7100.53264.4255.1330.59
Hex4623792A47035108371f
Octal10643171521070654106737
Binary100011010001111110011010101000111011010110000100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462379; }

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

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

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

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

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

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

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

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