#462774

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

Shades of Windsor #462774

Tints of Windsor #462774

Color information

#462774 (or 0x462774) is unknown color: approx Windsor. HEX triplet: 46, 27 and 74. RGB value is (70,39,116). Sum of RGB (Red+Green+Blue) = 70+39+116=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #462774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462774 is #B9D88B. Grayscale: #383838. Windows color (decimal): -12179596 or 7612230. OLE color: 7612230.

HSL color Cylindrical-coordinate representation of color #462774: hue angle of 264.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462774 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7039116-
CMYK0.400.6600.55
HSL264.16º49.68%30.39%-
HSV(B)264.16º66.38%45.49%-
XYZ6.44.0116.96-
YUV57.05161.27137.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=31.11%
G=17.33%
B=51.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70391160.400.6600.55264.1649.6830.39
Hex4627742842037108321e
Octal10647164501020674106236
Binary100011010011111101001010001000010011011110000100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462774; }

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

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

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

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

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

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

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

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