#462878

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

Shades of Windsor #462878

Tints of Windsor #462878

Color information

#462878 (or 0x462878) is unknown color: approx Windsor. HEX triplet: 46, 28 and 78. RGB value is (70,40,120). Sum of RGB (Red+Green+Blue) = 70+40+120=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #462878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462878 is #B9D787. Grayscale: #393939. Windows color (decimal): -12179336 or 7874630. OLE color: 7874630.

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

Color convert

RGB7040120-
CMYK0.420.6700.53
HSL262.5º50%31.37%-
HSV(B)262.5º66.67%47.06%-
XYZ6.674.1818.22-
YUV58.09162.94136.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=30.43%
G=17.39%
B=52.17%

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
Decimal70401200.420.6700.53262.55031.37
Hex4628782A43035106321f
Octal10650170521030654066237
Binary100011010100011110001010101000011011010110000011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462878; }

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

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

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

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

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

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

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

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