#462779

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

Shades of Windsor #462779

Tints of Windsor #462779

Color information

#462779 (or 0x462779) is unknown color: approx Windsor. HEX triplet: 46, 27 and 79. RGB value is (70,39,121). Sum of RGB (Red+Green+Blue) = 70+39+121=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #462779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462779 is #B9D886. Grayscale: #393939. Windows color (decimal): -12179591 or 7939910. OLE color: 7939910.

HSL color Cylindrical-coordinate representation of color #462779: hue angle of 262.68º 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 #462779 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7039121-
CMYK0.420.6800.53
HSL262.68º51.25%31.37%-
HSV(B)262.68º67.77%47.45%-
XYZ6.74.1318.53-
YUV57.62163.77136.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=30.43%
G=16.96%
B=52.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70391210.420.6800.53262.6851.2531.37
Hex4627792A44035107331f
Octal10647171521040654076337
Binary100011010011111110011010101000100011010110000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462779; }

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

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

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

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

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

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

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

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