#453474

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

Shades of Windsor #453474

Tints of Windsor #453474

Color information

#453474 (or 0x453474) is unknown color: approx Windsor. HEX triplet: 45, 34 and 74. RGB value is (69,52,116). Sum of RGB (Red+Green+Blue) = 69+52+116=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #453474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453474 is #BACB8B. Grayscale: #404040. Windows color (decimal): -12241804 or 7615557. OLE color: 7615557.

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

Color convert

RGB6952116-
CMYK0.410.5500.55
HSL255.94º38.1%32.94%-
HSV(B)255.94º55.17%45.49%-
XYZ6.834.9817.12-
YUV64.38157.13131.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=29.11%
G=21.94%
B=48.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69521160.410.5500.55255.9438.132.94
Hex45347429370371002621
Octal1056416451670674004641
Binary100010111010011101001010011101110110111100000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453474; }

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

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

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

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

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

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

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

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