#462178

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

Shades of Windsor #462178

Tints of Windsor #462178

Color information

#462178 (or 0x462178) is unknown color: approx Windsor. HEX triplet: 46, 21 and 78. RGB value is (70,33,120). Sum of RGB (Red+Green+Blue) = 70+33+120=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #462178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462178 is #B9DE87. Grayscale: #353535. Windows color (decimal): -12181128 or 7872838. OLE color: 7872838.

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

Color convert

RGB7033120-
CMYK0.420.7200.53
HSL265.52º56.86%30%-
HSV(B)265.52º72.5%47.06%-
XYZ6.463.7518.15-
YUV53.98165.26139.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=31.39%
G=14.80%
B=53.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70331200.420.7200.53265.5256.8630
Hex4621782A4803510a391e
Octal10641170521100654127136
Binary100011010000111110001010101001000011010110000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462178; }

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

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

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

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

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

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

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

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