#453478

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

Shades of Windsor #453478

Tints of Windsor #453478

Color information

#453478 (or 0x453478) is unknown color: approx Windsor. HEX triplet: 45, 34 and 78. RGB value is (69,52,120). Sum of RGB (Red+Green+Blue) = 69+52+120=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #453478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453478 is #BACB87. Grayscale: #404040. Windows color (decimal): -12241800 or 7877701. OLE color: 7877701.

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

Color convert

RGB6952120-
CMYK0.420.5700.53
HSL255º39.53%33.73%-
HSV(B)255º56.67%47.06%-
XYZ7.075.0818.38-
YUV64.84159.13130.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=28.63%
G=21.58%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69521200.420.5700.5325539.5333.73
Hex4534782A39035ff2822
Octal1056417052710653775042
Binary10001011101001111000101010111001011010111111111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453478; }

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

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

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

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

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

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

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

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