#452B75

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

Shades of Windsor #452B75

Tints of Windsor #452B75

Color information

#452B75 (or 0x452B75) is unknown color: approx Windsor. HEX triplet: 45, 2B and 75. RGB value is (69,43,117). Sum of RGB (Red+Green+Blue) = 69+43+117=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #452B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B75 is #BAD48A. Grayscale: #3A3A3A. Windows color (decimal): -12244107 or 7678789. OLE color: 7678789.

HSL color Cylindrical-coordinate representation of color #452B75: hue angle of 261.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #452B75 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6943117-
CMYK0.410.6300.54
HSL261.08º46.25%31.37%-
HSV(B)261.08º63.25%45.88%-
XYZ6.534.2817.31-
YUV59.21160.61134.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=30.13%
G=18.78%
B=51.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69431170.410.6300.54261.0846.2531.37
Hex452B75293F0361052e1f
Octal1055316551770664055637
Binary10001011010111110101101001111111011011010000010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,43,117); }

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

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

 a { background-color: rgb(69,43,117); }

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

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

 span { border-color: rgb(69,43,117); }

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