#45177B

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

Shades of Windsor #45177B

Tints of Windsor #45177B

Color information

#45177B (or 0x45177B) is unknown color: approx Windsor. HEX triplet: 45, 17 and 7B. RGB value is (69,23,123). Sum of RGB (Red+Green+Blue) = 69+23+123=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #45177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45177B is #BAE884. Grayscale: #2F2F2F. Windows color (decimal): -12249221 or 8066885. OLE color: 8066885.

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

Color convert

RGB6923123-
CMYK0.440.8100.52
HSL267.6º68.49%28.63%-
HSV(B)267.6º81.3%48.24%-
XYZ6.343.3119.04-
YUV48.15170.24142.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=32.09%
G=10.70%
B=57.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69231230.440.8100.52267.668.4928.63
Hex45177B2C5103410c441d
Octal105271735412106441410435
Binary100010110111111101110110010100010110100100001100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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