#44556D

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

Shades of Chambray #44556D

Tints of Chambray #44556D

Color information

#44556D (or 0x44556D) is unknown color: approx Chambray. HEX triplet: 44, 55 and 6D. RGB value is (68,85,109). Sum of RGB (Red+Green+Blue) = 68+85+109=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #44556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556D is #BBAA92. Grayscale: #525252. Windows color (decimal): -12298899 or 7165252. OLE color: 7165252.

HSL color Cylindrical-coordinate representation of color #44556D: hue angle of 215.12º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44556D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6885109-
CMYK0.380.2200.57
HSL215.12º23.16%34.71%-
HSV(B)215.12º37.61%42.75%-
XYZ8.398.8315.73-
YUV82.65142.87117.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=25.95%
G=32.44%
B=41.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68851090.380.2200.57215.1223.1634.71
Hex44556D2616039d71723
Octal10412515546260713272743
Binary1000100101010111011011001101011001110011101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44556D; }

 p { color: rgb(68,85,109); }

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

<style>
 a { background-color: #44556D; }

 a { background-color: rgb(68,85,109); }

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

<style>
 span { border-color: #44556D; }

 span { border-color: rgb(68,85,109); }

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