#44556E

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

Shades of Chambray #44556E

Tints of Chambray #44556E

Color information

#44556E (or 0x44556E) is unknown color: approx Chambray. HEX triplet: 44, 55 and 6E. RGB value is (68,85,110). Sum of RGB (Red+Green+Blue) = 68+85+110=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #44556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556E is #BBAA91. Grayscale: #525252. Windows color (decimal): -12298898 or 7230788. OLE color: 7230788.

HSL color Cylindrical-coordinate representation of color #44556E: hue angle of 215.71º degrees, saturation: 0.24, 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 #44556E is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6885110-
CMYK0.380.2300.57
HSL215.71º23.6%34.9%-
HSV(B)215.71º38.18%43.14%-
XYZ8.458.8516.02-
YUV82.77143.37117.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=25.86%
G=32.32%
B=41.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68851100.380.2300.57215.7123.634.9
Hex44556E2617039d81823
Octal10412515646270713303043
Binary1000100101010111011101001101011101110011101100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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