#453174

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

Shades of Windsor #453174

Tints of Windsor #453174

Color information

#453174 (or 0x453174) is unknown color: approx Windsor. HEX triplet: 45, 31 and 74. RGB value is (69,49,116). Sum of RGB (Red+Green+Blue) = 69+49+116=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #453174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453174 is #BACE8B. Grayscale: #3E3E3E. Windows color (decimal): -12242572 or 7614789. OLE color: 7614789.

HSL color Cylindrical-coordinate representation of color #453174: hue angle of 257.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453174 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6949116-
CMYK0.410.5800.55
HSL257.91º40.61%32.35%-
HSV(B)257.91º57.76%45.49%-
XYZ6.74.7217.08-
YUV62.62158.13132.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=29.49%
G=20.94%
B=49.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69491160.410.5800.55257.9140.6132.35
Hex453174293A0371022920
Octal1056116451720674025140
Binary100010111000111101001010011110100110111100000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453174; }

 p { color: rgb(69,49,116); }

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

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

 a { background-color: rgb(69,49,116); }

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

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

 span { border-color: rgb(69,49,116); }

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