#462778

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

Shades of Windsor #462778

Tints of Windsor #462778

Color information

#462778 (or 0x462778) is unknown color: approx Windsor. HEX triplet: 46, 27 and 78. RGB value is (70,39,120). Sum of RGB (Red+Green+Blue) = 70+39+120=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #462778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462778 is #B9D887. Grayscale: #393939. Windows color (decimal): -12179592 or 7874374. OLE color: 7874374.

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

Color convert

RGB7039120-
CMYK0.420.6700.53
HSL262.96º50.94%31.18%-
HSV(B)262.96º67.5%47.06%-
XYZ6.644.1118.21-
YUV57.5163.27136.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=30.57%
G=17.03%
B=52.40%

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
Decimal70391200.420.6700.53262.9650.9431.18
Hex4627782A43035107331f
Octal10647170521030654076337
Binary100011010011111110001010101000011011010110000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462778; }

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

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

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

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

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

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

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

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