#462078

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

Shades of Windsor #462078

Tints of Windsor #462078

Color information

#462078 (or 0x462078) is unknown color: approx Windsor. HEX triplet: 46, 20 and 78. RGB value is (70,32,120). Sum of RGB (Red+Green+Blue) = 70+32+120=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #462078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462078 is #B9DF87. Grayscale: #353535. Windows color (decimal): -12181384 or 7872582. OLE color: 7872582.

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

Color convert

RGB7032120-
CMYK0.420.7300.53
HSL265.91º57.89%29.8%-
HSV(B)265.91º73.33%47.06%-
XYZ6.433.6918.14-
YUV53.39165.59139.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=31.53%
G=14.41%
B=54.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70321200.420.7300.53265.9157.8929.8
Hex4620782A4903510a3a1e
Octal10640170521110654127236
Binary100011010000011110001010101001001011010110000101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462078; }

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

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

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

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

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

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

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

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