#44267C

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

Shades of Windsor #44267C

Tints of Windsor #44267C

Color information

#44267C (or 0x44267C) is unknown color: approx Windsor. HEX triplet: 44, 26 and 7C. RGB value is (68,38,124). Sum of RGB (Red+Green+Blue) = 68+38+124=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #44267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44267C is #BBD983. Grayscale: #383838. Windows color (decimal): -12310916 or 8136260. OLE color: 8136260.

HSL color Cylindrical-coordinate representation of color #44267C: hue angle of 260.93º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44267C is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6838124-
CMYK0.450.6900.51
HSL260.93º53.09%31.76%-
HSV(B)260.93º69.35%48.63%-
XYZ6.724.0719.5-
YUV56.77165.94136.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=29.57%
G=16.52%
B=53.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68381240.450.6900.51260.9353.0931.76
Hex44267C2D450331053520
Octal10446174551050634056540
Binary1000100100110111110010110110001010110011100000101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44267C; }

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

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

<style>
 a { background-color: #44267C; }

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

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

<style>
 span { border-color: #44267C; }

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

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