#453477

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

Shades of Windsor #453477

Tints of Windsor #453477

Color information

#453477 (or 0x453477) is unknown color: approx Windsor. HEX triplet: 45, 34 and 77. RGB value is (69,52,119). Sum of RGB (Red+Green+Blue) = 69+52+119=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #453477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453477 is #BACB88. Grayscale: #404040. Windows color (decimal): -12241801 or 7812165. OLE color: 7812165.

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

Color convert

RGB6952119-
CMYK0.420.5600.53
HSL255.22º39.18%33.53%-
HSV(B)255.22º56.3%46.67%-
XYZ7.015.0518.06-
YUV64.72158.63131.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=28.75%
G=21.67%
B=49.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69521190.420.5600.53255.2239.1833.53
Hex4534772A38035ff2722
Octal1056416752700653774742
Binary10001011101001110111101010111000011010111111111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453477; }

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

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

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

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

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

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

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

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