#453471

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

Shades of Windsor #453471

Tints of Windsor #453471

Color information

#453471 (or 0x453471) is unknown color: approx Windsor. HEX triplet: 45, 34 and 71. RGB value is (69,52,113). Sum of RGB (Red+Green+Blue) = 69+52+113=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #453471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453471 is #BACB8E. Grayscale: #3F3F3F. Windows color (decimal): -12241807 or 7418949. OLE color: 7418949.

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

Color convert

RGB6952113-
CMYK0.390.5400.56
HSL256.72º36.97%32.35%-
HSV(B)256.72º53.98%44.31%-
XYZ6.664.9116.22-
YUV64.04155.63131.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=29.49%
G=22.22%
B=48.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69521130.390.5400.56256.7236.9732.35
Hex45347127360381012520
Octal1056416147660704014540
Binary100010111010011100011001111101100111000100000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453471; }

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

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

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

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

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

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

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

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