#452878

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

Shades of Windsor #452878

Tints of Windsor #452878

Color information

#452878 (or 0x452878) is unknown color: approx Windsor. HEX triplet: 45, 28 and 78. RGB value is (69,40,120). Sum of RGB (Red+Green+Blue) = 69+40+120=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #452878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452878 is #BAD787. Grayscale: #393939. Windows color (decimal): -12244872 or 7874629. OLE color: 7874629.

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

Color convert

RGB6940120-
CMYK0.420.6700.53
HSL261.75º50%31.37%-
HSV(B)261.75º66.67%47.06%-
XYZ6.64.1418.22-
YUV57.79163.11136-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=30.13%
G=17.47%
B=52.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69401200.420.6700.53261.755031.37
Hex4528782A43035106321f
Octal10550170521030654066237
Binary100010110100011110001010101000011011010110000011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452878; }

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

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

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

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

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

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

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

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