#462A78

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

Shades of Windsor #462A78

Tints of Windsor #462A78

Color information

#462A78 (or 0x462A78) is unknown color: approx Windsor. HEX triplet: 46, 2A and 78. RGB value is (70,42,120). Sum of RGB (Red+Green+Blue) = 70+42+120=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #462A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A78 is #B9D587. Grayscale: #3A3A3A. Windows color (decimal): -12178824 or 7875142. OLE color: 7875142.

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

Color convert

RGB7042120-
CMYK0.420.6500.53
HSL261.54º48.15%31.76%-
HSV(B)261.54º65%47.06%-
XYZ6.744.3118.25-
YUV59.26162.28135.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=30.17%
G=18.10%
B=51.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70421200.420.6500.53261.5448.1531.76
Hex462A782A410351063020
Octal10652170521010654066040
Binary1000110101010111100010101010000010110101100000110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A78; }

 p { color: rgb(70,42,120); }

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

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

 a { background-color: rgb(70,42,120); }

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

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

 span { border-color: rgb(70,42,120); }

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