#45377C

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

Shades of Windsor #45377C

Tints of Windsor #45377C

Color information

#45377C (or 0x45377C) is unknown color: approx Windsor. HEX triplet: 45, 37 and 7C. RGB value is (69,55,124). Sum of RGB (Red+Green+Blue) = 69+55+124=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #45377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45377C is #BAC883. Grayscale: #424242. Windows color (decimal): -12241028 or 8140613. OLE color: 8140613.

HSL color Cylindrical-coordinate representation of color #45377C: hue angle of 252.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45377C is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6955124-
CMYK0.440.5600.51
HSL252.17º38.55%35.1%-
HSV(B)252.17º55.65%48.63%-
XYZ7.465.4519.73-
YUV67.05160.14129.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 124 (48.83% from 255) = 50%
R=27.82%
G=22.18%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69551240.440.5600.51252.1738.5535.1
Hex45377C2C38033fc2723
Octal1056717454700633744743
Binary10001011101111111100101100111000011001111111100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45377C; }

 p { color: rgb(69,55,124); }

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

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

 a { background-color: rgb(69,55,124); }

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

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

 span { border-color: rgb(69,55,124); }

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