#463675

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

Shades of Windsor #463675

Tints of Windsor #463675

Color information

#463675 (or 0x463675) is unknown color: approx Windsor. HEX triplet: 46, 36 and 75. RGB value is (70,54,117). Sum of RGB (Red+Green+Blue) = 70+54+117=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #463675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463675 is #B9C98A. Grayscale: #414141. Windows color (decimal): -12175755 or 7681606. OLE color: 7681606.

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

Color convert

RGB7054117-
CMYK0.400.5400.54
HSL255.24º36.84%33.53%-
HSV(B)255.24º53.85%45.88%-
XYZ7.065.2217.47-
YUV65.97156.8130.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=29.05%
G=22.41%
B=48.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70541170.400.5400.54255.2436.8433.53
Hex4636752836036ff2522
Octal1066616550660663774542
Binary10001101101101110101101000110110011011011111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463675; }

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

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

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

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

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

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

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

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