#44268E

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

Shades of Windsor #44268E

Tints of Windsor #44268E

Color information

#44268E (or 0x44268E) is unknown color: approx Windsor. HEX triplet: 44, 26 and 8E. RGB value is (68,38,142). Sum of RGB (Red+Green+Blue) = 68+38+142=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #44268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44268E is #BBD971. Grayscale: #3A3A3A. Windows color (decimal): -12310898 or 9315908. OLE color: 9315908.

HSL color Cylindrical-coordinate representation of color #44268E: hue angle of 257.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44268E is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6838142-
CMYK0.520.7300.44
HSL257.31º57.78%35.29%-
HSV(B)257.31º73.24%55.69%-
XYZ7.964.5726.05-
YUV58.83174.94134.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=27.42%
G=15.32%
B=57.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68381420.520.7300.44257.3157.7835.29
Hex44268E344902C1013a23
Octal10446216641110544017243
Binary10001001001101000111011010010010010101100100000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44268E; }

 p { color: rgb(68,38,142); }

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

<style>
 a { background-color: #44268E; }

 a { background-color: rgb(68,38,142); }

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

<style>
 span { border-color: #44268E; }

 span { border-color: rgb(68,38,142); }

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