#44566B

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

Shades of Chambray #44566B

Tints of Chambray #44566B

Color information

#44566B (or 0x44566B) is unknown color: approx Chambray. HEX triplet: 44, 56 and 6B. RGB value is (68,86,107). Sum of RGB (Red+Green+Blue) = 68+86+107=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #44566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44566B is #BBA994. Grayscale: #525252. Windows color (decimal): -12298645 or 7034436. OLE color: 7034436.

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

Color convert

RGB6886107-
CMYK0.360.2000.58
HSL212.31º22.29%34.31%-
HSV(B)212.31º36.45%41.96%-
XYZ8.378.9515.2-
YUV83.01141.54117.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=26.05%
G=32.95%
B=41.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68861070.360.2000.58212.3122.2934.31
Hex44566B241403Ad41622
Octal10412615344240723242642
Binary1000100101011011010111001001010001110101101010010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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