#452378

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

Shades of Windsor #452378

Tints of Windsor #452378

Color information

#452378 (or 0x452378) is unknown color: approx Windsor. HEX triplet: 45, 23 and 78. RGB value is (69,35,120). Sum of RGB (Red+Green+Blue) = 69+35+120=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #452378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452378 is #BADC87. Grayscale: #363636. Windows color (decimal): -12246152 or 7873349. OLE color: 7873349.

HSL color Cylindrical-coordinate representation of color #452378: hue angle of 264º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452378 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6935120-
CMYK0.420.7100.53
HSL264º54.84%30.39%-
HSV(B)264º70.83%47.06%-
XYZ6.453.8218.17-
YUV54.86164.76138.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=30.80%
G=15.62%
B=53.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69351200.420.7100.5326454.8430.39
Hex4523782A47035108371e
Octal10543170521070654106736
Binary100010110001111110001010101000111011010110000100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452378; }

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

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

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

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

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

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

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

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