#462D7A

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

Shades of Windsor #462D7A

Tints of Windsor #462D7A

Color information

#462D7A (or 0x462D7A) is unknown color: approx Windsor. HEX triplet: 46, 2D and 7A. RGB value is (70,45,122). Sum of RGB (Red+Green+Blue) = 70+45+122=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #462D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D7A is #B9D285. Grayscale: #3C3C3C. Windows color (decimal): -12178054 or 8006982. OLE color: 8006982.

HSL color Cylindrical-coordinate representation of color #462D7A: hue angle of 259.48º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462D7A is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7045122-
CMYK0.430.6300.52
HSL259.48º46.11%32.75%-
HSV(B)259.48º63.11%47.84%-
XYZ6.984.5818.93-
YUV61.25162.28134.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=29.54%
G=18.99%
B=51.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70451220.430.6300.52259.4846.1132.75
Hex462D7A2B3F0341032e21
Octal1065517253770644035641
Binary100011010110111110101010111111110110100100000011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D7A; }

 p { color: rgb(70,45,122); }

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

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

 a { background-color: rgb(70,45,122); }

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

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

 span { border-color: rgb(70,45,122); }

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