#452682

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

Shades of Windsor #452682

Tints of Windsor #452682

Color information

#452682 (or 0x452682) is unknown color: approx Windsor. HEX triplet: 45, 26 and 82. RGB value is (69,38,130). Sum of RGB (Red+Green+Blue) = 69+38+130=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #452682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452682 is #BAD97D. Grayscale: #393939. Windows color (decimal): -12245374 or 8529477. OLE color: 8529477.

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

Color convert

RGB6938130-
CMYK0.470.7100.49
HSL260.22º54.76%32.94%-
HSV(B)260.22º70.77%50.98%-
XYZ7.184.2621.56-
YUV57.76168.77136.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=29.11%
G=16.03%
B=54.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69381300.470.7100.49260.2254.7632.94
Hex4526822F470311043721
Octal10546202571070614046741
Binary10001011001101000001010111110001110110001100000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452682; }

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

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

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

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

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

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

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

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