#451F79

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

Shades of Windsor #451F79

Tints of Windsor #451F79

Color information

#451F79 (or 0x451F79) is unknown color: approx Windsor. HEX triplet: 45, 1F and 79. RGB value is (69,31,121). Sum of RGB (Red+Green+Blue) = 69+31+121=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #451F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F79 is #BAE086. Grayscale: #343434. Windows color (decimal): -12247175 or 7937861. OLE color: 7937861.

HSL color Cylindrical-coordinate representation of color #451F79: hue angle of 265.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451F79 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6931121-
CMYK0.430.7400.53
HSL265.33º59.21%29.8%-
HSV(B)265.33º74.38%47.45%-
XYZ6.43.6318.45-
YUV52.62166.59139.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=31.22%
G=14.03%
B=54.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69311210.430.7400.53265.3359.2129.8
Hex451F792B4A0351093b1e
Octal10537171531120654117336
Binary10001011111111110011010111001010011010110000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,121); }

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

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

 a { background-color: rgb(69,31,121); }

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

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

 span { border-color: rgb(69,31,121); }

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