#451D76

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

Shades of Windsor #451D76

Tints of Windsor #451D76

Color information

#451D76 (or 0x451D76) is unknown color: approx Windsor. HEX triplet: 45, 1D and 76. RGB value is (69,29,118). Sum of RGB (Red+Green+Blue) = 69+29+118=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #451D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D76 is #BAE289. Grayscale: #323232. Windows color (decimal): -12247690 or 7740741. OLE color: 7740741.

HSL color Cylindrical-coordinate representation of color #451D76: hue angle of 266.97º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451D76 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6929118-
CMYK0.420.7500.54
HSL266.97º60.54%28.82%-
HSV(B)266.97º75.42%46.27%-
XYZ6.163.4517.48-
YUV51.11165.75140.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=31.94%
G=13.43%
B=54.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69291180.420.7500.54266.9760.5428.82
Hex451D762A4B03610b3d1d
Octal10535166521130664137535
Binary10001011110111101101010101001011011011010000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451D76; }

 p { color: rgb(69,29,118); }

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

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

 a { background-color: rgb(69,29,118); }

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

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

 span { border-color: rgb(69,29,118); }

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