#453777

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

Shades of Windsor #453777

Tints of Windsor #453777

Color information

#453777 (or 0x453777) is unknown color: approx Windsor. HEX triplet: 45, 37 and 77. RGB value is (69,55,119). Sum of RGB (Red+Green+Blue) = 69+55+119=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #453777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453777 is #BAC888. Grayscale: #424242. Windows color (decimal): -12241033 or 7812933. OLE color: 7812933.

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

Color convert

RGB6955119-
CMYK0.420.5400.53
HSL253.12º36.78%34.12%-
HSV(B)253.12º53.78%46.67%-
XYZ7.155.3318.1-
YUV66.48157.64129.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=28.40%
G=22.63%
B=48.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69551190.420.5400.53253.1236.7834.12
Hex4537772A36035fd2522
Octal1056716752660653754542
Binary10001011101111110111101010110110011010111111101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453777; }

 p { color: rgb(69,55,119); }

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

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

 a { background-color: rgb(69,55,119); }

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

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

 span { border-color: rgb(69,55,119); }

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