#452673

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

Shades of Windsor #452673

Tints of Windsor #452673

Color information

#452673 (or 0x452673) is unknown color: approx Windsor. HEX triplet: 45, 26 and 73. RGB value is (69,38,115). Sum of RGB (Red+Green+Blue) = 69+38+115=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #452673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452673 is #BAD98C. Grayscale: #373737. Windows color (decimal): -12245389 or 7546437. OLE color: 7546437.

HSL color Cylindrical-coordinate representation of color #452673: hue angle of 264.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452673 is Cyan = 0.4, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6938115-
CMYK0.40.6700.55
HSL264.16º50.33%30%-
HSV(B)264.16º66.96%45.1%-
XYZ6.243.8916.64-
YUV56.05161.27137.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=31.08%
G=17.12%
B=51.80%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69381150.40.6700.55264.1650.3330
Hex4526732843037108321e
Octal10546163501030674106236
Binary100010110011011100111010001000011011011110000100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452673; }

 p { color: rgb(69,38,115); }

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

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

 a { background-color: rgb(69,38,115); }

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

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

 span { border-color: rgb(69,38,115); }

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