#451c76

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

Shades of Windsor #451C76

Tints of Windsor #451C76

Color information

#451C76 (or 0x451C76) is unknown color: approx Windsor. HEX triplet: 45, 1C and 76. RGB value is (69,28,118). Sum of RGB (Red+Green+Blue) = 69+28+118=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #451C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C76 is #BAE389. Grayscale: #323232. Windows color (decimal): -12247946 or 7740485. OLE color: 7740485.

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

Color convert

RGB6928118-
CMYK0.420.7600.54
HSL267.33º61.64%28.63%-
HSV(B)267.33º76.27%46.27%-
XYZ6.143.417.47-
YUV50.52166.08141.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=32.09%
G=13.02%
B=54.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69281180.420.7600.54267.3361.6428.63
Hex451C762A4C03610b3e1d
Octal10534166521140664137635
Binary10001011110011101101010101001100011011010000101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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