#452873

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

Shades of Windsor #452873

Tints of Windsor #452873

Color information

#452873 (or 0x452873) is unknown color: approx Windsor. HEX triplet: 45, 28 and 73. RGB value is (69,40,115). Sum of RGB (Red+Green+Blue) = 69+40+115=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #452873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452873 is #BAD78C. Grayscale: #383838. Windows color (decimal): -12244877 or 7546949. OLE color: 7546949.

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

Color convert

RGB6940115-
CMYK0.40.6500.55
HSL263.2º48.39%30.39%-
HSV(B)263.2º65.22%45.1%-
XYZ6.314.0216.66-
YUV57.22160.61136.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=30.80%
G=17.86%
B=51.34%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69401150.40.6500.55263.248.3930.39
Hex4528732841037107301e
Octal10550163501010674076036
Binary100010110100011100111010001000001011011110000011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452873; }

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

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

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

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

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

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

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

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