#45268B

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

Shades of Windsor #45268B

Tints of Windsor #45268B

Color information

#45268B (or 0x45268B) is unknown color: approx Windsor. HEX triplet: 45, 26 and 8B. RGB value is (69,38,139). Sum of RGB (Red+Green+Blue) = 69+38+139=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #45268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45268B is #BAD974. Grayscale: #3A3A3A. Windows color (decimal): -12245365 or 9119301. OLE color: 9119301.

HSL color Cylindrical-coordinate representation of color #45268B: hue angle of 258.42º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45268B is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6938139-
CMYK0.500.7300.45
HSL258.42º57.06%34.71%-
HSV(B)258.42º72.66%54.51%-
XYZ7.814.5224.89-
YUV58.78173.27135.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=28.05%
G=15.45%
B=56.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69381390.500.7300.45258.4257.0634.71
Hex45268B324902D1023923
Octal10546213621110554027143
Binary10001011001101000101111001010010010101101100000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,38,139); }

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

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

 a { background-color: rgb(69,38,139); }

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

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

 span { border-color: rgb(69,38,139); }

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