#45187F

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

Shades of Windsor #45187F

Tints of Windsor #45187F

Color information

#45187F (or 0x45187F) is unknown color: approx Windsor. HEX triplet: 45, 18 and 7F. RGB value is (69,24,127). Sum of RGB (Red+Green+Blue) = 69+24+127=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #45187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45187F is #BAE780. Grayscale: #303030. Windows color (decimal): -12248961 or 8329285. OLE color: 8329285.

HSL color Cylindrical-coordinate representation of color #45187F: hue angle of 266.21º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45187F is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6924127-
CMYK0.460.8100.50
HSL266.21º68.21%29.61%-
HSV(B)266.21º81.1%49.8%-
XYZ6.613.4520.4-
YUV49.2171.91142.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 127 (50% from 255) = 57.73%
R=31.36%
G=10.91%
B=57.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69241270.460.8100.50266.2168.2129.61
Hex45187F2E5103210a441e
Octal105301775612106241210436
Binary100010111000111111110111010100010110010100001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45187F; }

 p { color: rgb(69,24,127); }

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

<style>
 a { background-color: #45187F; }

 a { background-color: rgb(69,24,127); }

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

<style>
 span { border-color: #45187F; }

 span { border-color: rgb(69,24,127); }

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