#452375

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

Shades of Windsor #452375

Tints of Windsor #452375

Color information

#452375 (or 0x452375) is unknown color: approx Windsor. HEX triplet: 45, 23 and 75. RGB value is (69,35,117). Sum of RGB (Red+Green+Blue) = 69+35+117=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #452375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452375 is #BADC8A. Grayscale: #363636. Windows color (decimal): -12246155 or 7676741. OLE color: 7676741.

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

Color convert

RGB6935117-
CMYK0.410.7000.54
HSL264.88º53.95%29.8%-
HSV(B)264.88º70.09%45.88%-
XYZ6.273.7517.22-
YUV54.51163.26138.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=31.22%
G=15.84%
B=52.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69351170.410.7000.54264.8853.9529.8
Hex4523752946036109361e
Octal10543165511060664116636
Binary100010110001111101011010011000110011011010000100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452375; }

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

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

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

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

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

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

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

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