#45247B

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

Shades of Windsor #45247B

Tints of Windsor #45247B

Color information

#45247B (or 0x45247B) is unknown color: approx Windsor. HEX triplet: 45, 24 and 7B. RGB value is (69,36,123). Sum of RGB (Red+Green+Blue) = 69+36+123=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #45247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45247B is #BADB84. Grayscale: #373737. Windows color (decimal): -12245893 or 8070213. OLE color: 8070213.

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

Color convert

RGB6936123-
CMYK0.440.7100.52
HSL262.76º54.72%31.18%-
HSV(B)262.76º70.73%48.24%-
XYZ6.663.9619.15-
YUV55.78165.93137.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=30.26%
G=15.79%
B=53.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69361230.440.7100.52262.7654.7231.18
Hex45247B2C47034107371f
Octal10544173541070644076737
Binary100010110010011110111011001000111011010010000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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