#463275

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

Shades of Windsor #463275

Tints of Windsor #463275

Color information

#463275 (or 0x463275) is unknown color: approx Windsor. HEX triplet: 46, 32 and 75. RGB value is (70,50,117). Sum of RGB (Red+Green+Blue) = 70+50+117=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #463275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463275 is #B9CD8A. Grayscale: #3F3F3F. Windows color (decimal): -12176779 or 7680582. OLE color: 7680582.

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

Color convert

RGB7050117-
CMYK0.400.5700.54
HSL257.91º40.12%32.75%-
HSV(B)257.91º57.26%45.88%-
XYZ6.884.8717.41-
YUV63.62158.13132.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=29.54%
G=21.10%
B=49.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70501170.400.5700.54257.9140.1232.75
Hex46327528390361022821
Octal1066216550710664025041
Binary100011011001011101011010001110010110110100000010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463275; }

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

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

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

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

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

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

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

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