#452E7C

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

Shades of Windsor #452E7C

Tints of Windsor #452E7C

Color information

#452E7C (or 0x452E7C) is unknown color: approx Windsor. HEX triplet: 45, 2E and 7C. RGB value is (69,46,124). Sum of RGB (Red+Green+Blue) = 69+46+124=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #452E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E7C is #BAD183. Grayscale: #3D3D3D. Windows color (decimal): -12243332 or 8138309. OLE color: 8138309.

HSL color Cylindrical-coordinate representation of color #452E7C: hue angle of 257.69º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #452E7C is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6946124-
CMYK0.440.6300.51
HSL257.69º45.88%33.33%-
HSV(B)257.69º62.9%48.63%-
XYZ7.074.6719.6-
YUV61.77163.12133.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=28.87%
G=19.25%
B=51.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69461240.440.6300.51257.6945.8833.33
Hex452E7C2C3F0331022e21
Octal1055617454770634025641
Binary100010110111011111001011001111110110011100000010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452E7C; }

 p { color: rgb(69,46,124); }

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

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

 a { background-color: rgb(69,46,124); }

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

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

 span { border-color: rgb(69,46,124); }

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