#451778

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

Shades of Windsor #451778

Tints of Windsor #451778

Color information

#451778 (or 0x451778) is unknown color: approx Windsor. HEX triplet: 45, 17 and 78. RGB value is (69,23,120). Sum of RGB (Red+Green+Blue) = 69+23+120=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #451778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451778 is #BAE887. Grayscale: #2F2F2F. Windows color (decimal): -12249224 or 7870277. OLE color: 7870277.

HSL color Cylindrical-coordinate representation of color #451778: hue angle of 268.45º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451778 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6923120-
CMYK0.420.8100.53
HSL268.45º67.83%28.04%-
HSV(B)268.45º80.83%47.06%-
XYZ6.153.2318.07-
YUV47.81168.74143.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=32.55%
G=10.85%
B=56.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69231200.420.8100.53268.4567.8328.04
Hex4517782A5103510c441c
Octal105271705212106541410434
Binary100010110111111100010101010100010110101100001100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451778; }

 p { color: rgb(69,23,120); }

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

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

 a { background-color: rgb(69,23,120); }

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

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

 span { border-color: rgb(69,23,120); }

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