#452971

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

Shades of Windsor #452971

Tints of Windsor #452971

Color information

#452971 (or 0x452971) is unknown color: approx Windsor. HEX triplet: 45, 29 and 71. RGB value is (69,41,113). Sum of RGB (Red+Green+Blue) = 69+41+113=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #452971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452971 is #BAD68E. Grayscale: #393939. Windows color (decimal): -12244623 or 7416133. OLE color: 7416133.

HSL color Cylindrical-coordinate representation of color #452971: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452971 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6941113-
CMYK0.390.6400.56
HSL263.33º46.75%30.2%-
HSV(B)263.33º63.72%44.31%-
XYZ6.234.0416.07-
YUV57.58159.28136.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=30.94%
G=18.39%
B=50.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69411130.390.6400.56263.3346.7530.2
Hex45297127400381072f1e
Octal10551161471000704075736
Binary100010110100111100011001111000000011100010000011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452971; }

 p { color: rgb(69,41,113); }

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

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

 a { background-color: rgb(69,41,113); }

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

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

 span { border-color: rgb(69,41,113); }

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