#462578

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

Shades of Windsor #462578

Tints of Windsor #462578

Color information

#462578 (or 0x462578) is unknown color: approx Windsor. HEX triplet: 46, 25 and 78. RGB value is (70,37,120). Sum of RGB (Red+Green+Blue) = 70+37+120=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #462578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462578 is #B9DA87. Grayscale: #383838. Windows color (decimal): -12180104 or 7873862. OLE color: 7873862.

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

Color convert

RGB7037120-
CMYK0.420.6900.53
HSL263.86º52.87%30.78%-
HSV(B)263.86º69.17%47.06%-
XYZ6.583.9818.19-
YUV56.33163.93137.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=30.84%
G=16.30%
B=52.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70371200.420.6900.53263.8652.8730.78
Hex4625782A45035108351f
Octal10645170521050654106537
Binary100011010010111110001010101000101011010110000100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462578; }

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

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

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

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

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

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

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

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