#463382

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

Shades of Windsor #463382

Tints of Windsor #463382

Color information

#463382 (or 0x463382) is unknown color: approx Windsor. HEX triplet: 46, 33 and 82. RGB value is (70,51,130). Sum of RGB (Red+Green+Blue) = 70+51+130=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #463382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463382 is #B9CC7D. Grayscale: #414141. Windows color (decimal): -12176510 or 8532806. OLE color: 8532806.

HSL color Cylindrical-coordinate representation of color #463382: hue angle of 254.43º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463382 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7051130-
CMYK0.460.6100.49
HSL254.43º43.65%35.49%-
HSV(B)254.43º60.77%50.98%-
XYZ7.745.2821.73-
YUV65.69164.29131.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=27.89%
G=20.32%
B=51.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70511300.460.6100.49254.4343.6535.49
Hex4633822E3D031fe2c23
Octal1066320256750613765443
Binary100011011001110000010101110111101011000111111110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463382; }

 p { color: rgb(70,51,130); }

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

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

 a { background-color: rgb(70,51,130); }

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

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

 span { border-color: rgb(70,51,130); }

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