#45347E

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

Shades of Windsor #45347E

Tints of Windsor #45347E

Color information

#45347E (or 0x45347E) is unknown color: approx Windsor. HEX triplet: 45, 34 and 7E. RGB value is (69,52,126). Sum of RGB (Red+Green+Blue) = 69+52+126=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #45347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45347E is #BACB81. Grayscale: #414141. Windows color (decimal): -12241794 or 8270917. OLE color: 8270917.

HSL color Cylindrical-coordinate representation of color #45347E: hue angle of 253.78º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45347E is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6952126-
CMYK0.450.5900.51
HSL253.78º41.57%34.9%-
HSV(B)253.78º58.73%49.41%-
XYZ7.455.2320.36-
YUV65.52162.13130.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=27.94%
G=21.05%
B=51.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69521260.450.5900.51253.7841.5734.9
Hex45347E2D3B033fe2a23
Octal1056417655730633765243
Binary10001011101001111110101101111011011001111111110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45347E; }

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

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

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

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

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

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

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

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