#453679

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

Shades of Windsor #453679

Tints of Windsor #453679

Color information

#453679 (or 0x453679) is unknown color: approx Windsor. HEX triplet: 45, 36 and 79. RGB value is (69,54,121). Sum of RGB (Red+Green+Blue) = 69+54+121=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #453679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453679 is #BAC986. Grayscale: #414141. Windows color (decimal): -12241287 or 7943749. OLE color: 7943749.

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

Color convert

RGB6954121-
CMYK0.430.5500.53
HSL253.43º38.29%34.31%-
HSV(B)253.43º55.37%47.45%-
XYZ7.225.2818.73-
YUV66.12158.97130.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=28.28%
G=22.13%
B=49.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69541210.430.5500.53253.4338.2934.31
Hex4536792B37035fd2622
Octal1056617153670653754642
Binary10001011101101111001101011110111011010111111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453679; }

 p { color: rgb(69,54,121); }

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

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

 a { background-color: rgb(69,54,121); }

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

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

 span { border-color: rgb(69,54,121); }

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