#44326F

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

Shades of Windsor #44326F

Tints of Windsor #44326F

Color information

#44326F (or 0x44326F) is unknown color: approx Windsor. HEX triplet: 44, 32 and 6F. RGB value is (68,50,111). Sum of RGB (Red+Green+Blue) = 68+50+111=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #44326F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44326F is #BBCD90. Grayscale: #3E3E3E. Windows color (decimal): -12307857 or 7287364. OLE color: 7287364.

HSL color Cylindrical-coordinate representation of color #44326F: hue angle of 257.7º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44326F is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6850111-
CMYK0.390.5500.56
HSL257.7º37.89%31.57%-
HSV(B)257.7º54.95%43.53%-
XYZ6.394.6615.6-
YUV62.34155.46132.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=29.69%
G=21.83%
B=48.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68501110.390.5500.56257.737.8931.57
Hex44326F27370381022620
Octal1046215747670704024640
Binary100010011001011011111001111101110111000100000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,50,111); }

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

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

 a { background-color: rgb(68,50,111); }

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

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

 span { border-color: rgb(68,50,111); }

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