#45357A

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

Shades of Windsor #45357A

Tints of Windsor #45357A

Color information

#45357A (or 0x45357A) is unknown color: approx Windsor. HEX triplet: 45, 35 and 7A. RGB value is (69,53,122). Sum of RGB (Red+Green+Blue) = 69+53+122=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #45357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45357A is #BACA85. Grayscale: #414141. Windows color (decimal): -12241542 or 8009029. OLE color: 8009029.

HSL color Cylindrical-coordinate representation of color #45357A: hue angle of 253.91º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45357A is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6953122-
CMYK0.430.5700.52
HSL253.91º39.43%34.31%-
HSV(B)253.91º56.56%47.84%-
XYZ7.245.2219.04-
YUV65.65159.8130.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 122 (48.05% from 255) = 50%
R=28.28%
G=21.72%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69531220.430.5700.52253.9139.4334.31
Hex45357A2B39034fe2722
Octal1056517253710643764742
Binary10001011101011111010101011111001011010011111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45357A; }

 p { color: rgb(69,53,122); }

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

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

 a { background-color: rgb(69,53,122); }

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

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

 span { border-color: rgb(69,53,122); }

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