#463075

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

Shades of Windsor #463075

Tints of Windsor #463075

Color information

#463075 (or 0x463075) is unknown color: approx Windsor. HEX triplet: 46, 30 and 75. RGB value is (70,48,117). Sum of RGB (Red+Green+Blue) = 70+48+117=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #463075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463075 is #B9CF8A. Grayscale: #3E3E3E. Windows color (decimal): -12177291 or 7680070. OLE color: 7680070.

HSL color Cylindrical-coordinate representation of color #463075: hue angle of 259.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463075 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7048117-
CMYK0.400.5900.54
HSL259.13º41.82%32.35%-
HSV(B)259.13º58.97%45.88%-
XYZ6.794.717.38-
YUV62.44158.79133.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=29.79%
G=20.43%
B=49.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70481170.400.5900.54259.1341.8232.35
Hex463075283B0361032a20
Octal1066016550730664035240
Binary100011011000011101011010001110110110110100000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463075; }

 p { color: rgb(70,48,117); }

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

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

 a { background-color: rgb(70,48,117); }

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

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

 span { border-color: rgb(70,48,117); }

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