#452686

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

Shades of Windsor #452686

Tints of Windsor #452686

Color information

#452686 (or 0x452686) is unknown color: approx Windsor. HEX triplet: 45, 26 and 86. RGB value is (69,38,134). Sum of RGB (Red+Green+Blue) = 69+38+134=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #452686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452686 is #BAD979. Grayscale: #393939. Windows color (decimal): -12245370 or 8791621. OLE color: 8791621.

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

Color convert

RGB6938134-
CMYK0.490.7200.47
HSL259.38º55.81%33.73%-
HSV(B)259.38º71.64%52.55%-
XYZ7.454.3723.01-
YUV58.21170.77135.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=28.63%
G=15.77%
B=55.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69381340.490.7200.47259.3855.8133.73
Hex452686314802F1033822
Octal10546206611100574037042
Binary10001011001101000011011000110010000101111100000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452686; }

 p { color: rgb(69,38,134); }

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

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

 a { background-color: rgb(69,38,134); }

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

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

 span { border-color: rgb(69,38,134); }

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