#45327B

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

Shades of Windsor #45327B

Tints of Windsor #45327B

Color information

#45327B (or 0x45327B) is unknown color: approx Windsor. HEX triplet: 45, 32 and 7B. RGB value is (69,50,123). Sum of RGB (Red+Green+Blue) = 69+50+123=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #45327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45327B is #BACD84. Grayscale: #3F3F3F. Windows color (decimal): -12242309 or 8073797. OLE color: 8073797.

HSL color Cylindrical-coordinate representation of color #45327B: hue angle of 255.62º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45327B is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6950123-
CMYK0.440.5900.52
HSL255.62º42.2%33.92%-
HSV(B)255.62º59.35%48.24%-
XYZ7.174.9819.32-
YUV64161.29131.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=28.51%
G=20.66%
B=50.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69501230.440.5900.52255.6242.233.92
Hex45327B2C3B0341002a22
Octal1056217354730644005242
Binary100010111001011110111011001110110110100100000000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45327B; }

 p { color: rgb(69,50,123); }

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

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

 a { background-color: rgb(69,50,123); }

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

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

 span { border-color: rgb(69,50,123); }

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