#44566F

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

Shades of Chambray #44566F

Tints of Chambray #44566F

Color information

#44566F (or 0x44566F) is unknown color: approx Chambray. HEX triplet: 44, 56 and 6F. RGB value is (68,86,111). Sum of RGB (Red+Green+Blue) = 68+86+111=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #44566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44566F is #BBA990. Grayscale: #535353. Windows color (decimal): -12298641 or 7296580. OLE color: 7296580.

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

Color convert

RGB6886111-
CMYK0.390.2300.56
HSL214.88º24.02%35.1%-
HSV(B)214.88º38.74%43.53%-
XYZ8.589.0316.33-
YUV83.47143.54116.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=25.66%
G=32.45%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68861110.390.2300.56214.8824.0235.1
Hex44566F2717038d71823
Octal10412615747270703273043
Binary1000100101011011011111001111011101110001101011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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