#44566C

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

Shades of Chambray #44566C

Tints of Chambray #44566C

Color information

#44566C (or 0x44566C) is unknown color: approx Chambray. HEX triplet: 44, 56 and 6C. RGB value is (68,86,108). Sum of RGB (Red+Green+Blue) = 68+86+108=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #44566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44566C is #BBA993. Grayscale: #535353. Windows color (decimal): -12298644 or 7099972. OLE color: 7099972.

HSL color Cylindrical-coordinate representation of color #44566C: hue angle of 213º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44566C is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6886108-
CMYK0.370.2000.58
HSL213º22.73%34.51%-
HSV(B)213º37.04%42.35%-
XYZ8.428.9715.47-
YUV83.13142.04117.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=25.95%
G=32.82%
B=41.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68861080.370.2000.5821322.7334.51
Hex44566C251403Ad51723
Octal10412615445240723252743
Binary1000100101011011011001001011010001110101101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,86,108); }

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

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

 a { background-color: rgb(68,86,108); }

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

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

 span { border-color: rgb(68,86,108); }

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